Created
June 3, 2017 16:41
-
-
Save hackenbruder/26e12acc1887d37d25be82a017df0247 to your computer and use it in GitHub Desktop.
govdata v1 status response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"timestamp":1496507778, | |
"services":{ | |
"mailboxes":{ | |
"updated_at":1496484309, | |
"frequency":86400 | |
}, | |
"entities":{ | |
"updated_at":1496463914, | |
"frequency":86400 | |
}, | |
"addresses":{ | |
"updated_at":1495610724, | |
"frequency":2678400 | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#perform CURL request to get above response | |
curl -H 'X-Api-Key: ZX1Ap4RUDY2VisBOu2P0e4sEvh2LhWh4Cx8lqoO6' 'https://api.govdata.cz/v1/demo/status' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment