- Previous: Get reactions for URL
- Up: API methods (version 1.2)
- Next: API methods (version 1.1)
Get meta-data for URL
GET http://api.contextvoice.com/1.2/resources
Parameters:
- url - the final URL, after all redirects (required)
- apikey - your API key (required - get one now)
Response
| Parameter | Description | Type/Values | Always |
| id | id that uniquely identifies the reaction in our system | string (32 chars) | yes |
| url | resource url | string | yes |
| generator | platform where the resource was created | string: wordpress | blogger | hostedblogger | movabletype | typepad | hostedtypepad | nytimes | youtube | flickr | picasa | imdb | unknown | yes |
| type | resource type | string: blog.singular | blog.post.singular | blog.post.trackback.singular | photo.singular | movie.singular | video.singular | unknown | yes |
| title | resource title | string | yes |
| content | resource content | string | yes |
Sample requests:
http://api.contextvoice.com/1.2/resources/?url=http://www.ubervu.com&apikey=123456
Sample responses
The XML response should look like this:
And the JSON response should look like this:
Sample code (Python)
- Previous: Get reactions for URL
- Up: API methods (version 1.2)
- Next: API methods (version 1.1)

Comments
Please sign in to post a comment.