Last active
August 29, 2015 14:01
-
-
Save picsoung/b3559de1c514c5bcda0d to your computer and use it in GitHub Desktop.
APIs.io /apis example
This file contains 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
{ | |
"status": "success", | |
"data": [ | |
{ | |
"apiFileUrl": "http://apievangelist.com/api.json", | |
"authoritative": true, | |
"contact": [ | |
{ | |
"type": "email", | |
"url": "[email protected]" | |
}, | |
{ | |
"type": "twitter", | |
"url": "https://twitter.com/kinlane/" | |
} | |
], | |
"createdAt": "2014-05-16T01:21:37.418Z", | |
"description": "Provides access to APIs that are being tracked across the API Evangelist network.", | |
"humanURL": "http://developer.apievangelist.com", | |
"image": "https://s3.amazonaws.com/kinlane-productions/api-evangelist/t-shirts/KL_InApiWeTrust-1000.png", | |
"machineURL": "http://api.apievangelist.com/definitions/APIs", | |
"meta": [ | |
{ | |
"key": "interface-license", | |
"value": "CC BY 3.0" | |
}, | |
{ | |
"type": "pricing", | |
"url": "Free" | |
} | |
], | |
"name": "APIs", | |
"tags": "application programming interface, API", | |
"updatedAt": "2014-05-16T18:36:46.301Z", | |
"urls": [ | |
{ | |
"type": "signup", | |
"url": "https://apievangelist.3scale.net/" | |
}, | |
{ | |
"type": "swagger", | |
"url": "http://api.apievangelist.com/definitions/APIs" | |
}, | |
{ | |
"type": "blog", | |
"url": "http://developer.apievangelist.com/blog/" | |
} | |
] | |
}, | |
{ | |
"apiFileUrl": "http://apievangelist.com/api.json", | |
"authoritative": true, | |
"contact": [ | |
{ | |
"type": "email", | |
"url": "[email protected]" | |
}, | |
{ | |
"type": "twitter", | |
"url": "https://twitter.com/kinlane/" | |
} | |
], | |
"createdAt": "2014-05-16T01:21:37.441Z", | |
"description": "Provides access to building blocks of the API industry tracked on as part of the API Evangelist network.", | |
"humanURL": "http://developer.apievangelist.com", | |
"image": "https://s3.amazonaws.com/kinlane-productions/api-evangelist/t-shirts/KL_InApiWeTrust-1000.png", | |
"machineURL": "http://api.apievangelist.com/definitions/BuildingBlocks", | |
"meta": [ | |
{ | |
"key": "interface-license", | |
"value": "CC BY 3.0" | |
}, | |
{ | |
"type": "pricing", | |
"url": "Free" | |
} | |
], | |
"name": "Building Blocks", | |
"tags": "application programming interface, API", | |
"updatedAt": "2014-05-16T18:36:46.307Z", | |
"urls": [ | |
{ | |
"type": "signup", | |
"url": "https://apievangelist.3scale.net/" | |
}, | |
{ | |
"type": "swagger", | |
"url": "http://api.apievangelist.com/definitions/BuildingBlocks" | |
}, | |
{ | |
"type": "blog", | |
"url": "http://developer.apievangelist.com/blog/" | |
} | |
] | |
}, | |
... | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment