Skip to content

Instantly share code, notes, and snippets.

@danklynn
Last active December 15, 2015 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danklynn/5246620 to your computer and use it in GitHub Desktop.
Save danklynn/5246620 to your computer and use it in GitHub Desktop.
Example use of FullContact's API rate limiting HTTP status headers
$ curl -v "https://api.fullcontact.com/v2/person.json?email=dan@fullcontact.com&apiKey=XXXXXXXX"
< HTTP/1.1 200 OK
< Server: nginx/1.2.1
< Date: Tue, 26 Mar 2013 15:58:14 GMT
< Content-Type: application/json;charset=UTF-8
< Content-Length: 5857
< Connection: keep-alive
< Vary: Accept-Encoding
< X-Rate-Limit-Limit: 600
< X-Rate-Limit-Remaining: 598
< X-Rate-Limit-Reset: 46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment