Skip to content

Instantly share code, notes, and snippets.

@somethvictory
Last active June 13, 2018 13:57
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 somethvictory/a96e19f4946fd1b7d65ee3083254cc5e to your computer and use it in GitHub Desktop.
Save somethvictory/a96e19f4946fd1b7d65ee3083254cc5e to your computer and use it in GitHub Desktop.
A sample response from domain searching api
{
"response": {
"status": {
"code": 200,
"message": "OK"
},
"body": {
"type": "domain",
"name": "some-domain.com",
"price": "11.00",
"status": "Available"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment