-
Notifications
You must be signed in to change notification settings - Fork 7
API Research Apigee vs Mashery
Joshua Carp edited this page Jun 4, 2013
·
3 revisions
- api.url/version/subject/action?query_instruction=<...>&other_query=<...>
- http://www.reddit.com/api/info.json?limit=100
- Note: info.json alters the return type. info.xml or info.html render return accordingly
- api.url/version/subject_or_action?parameters=<...>&other_parameters=<...>
- retrieve box office movies - rottentomatoes.com/api/public/v1.0/lists/movies/box_office.json
- detailed info about a movie by id - rottentomatoes.com/api/public/v1.0/movies/:id.json
- detailed movie about the cast of a movie by id - /api/public/v1.0/movies/:id/cast.json
- search titles or names in the rovi cloud - http://api.rovicorp.com/search/v2/:endpoint/search
- http://api.rovicorp.com/search/v2/music/search?entitytype=song&query=starfuckers&size=20&offset=0&country=US&language=en&format=json&sig=bb1183b58c9699fef33916b4d71245c6
- http/https://www.mycompany.com/program/method?Parameters=xx
- GET {Accept: [json|xml]} https://www.api.scholarly.io/v1/articles/
- GET {Accept: [json|xml]} https://www.api.scholarly.io/v1/articles/ID
- GET {Accept: [json|xml]} https://www.api.scholarly.io/v1/articles/?date=2009&title=brains
- POST https://www.api.scholarly.io/v1/articles/ | {json}