API → Tags
get_popular_tags
Returns the list of popular Tags.
Arguments:- api_key (required)
An Example Response:
<?xml version="1.0" encoding="UTF-8"?> <feed xmlns="http://43people.com/xml/2005/rc#"> <title>Popular Tags on 43 People</title> <popular_tags number="100"> <TAG OBJECT> <TAG OBJECT> <TAG OBJECT> </popular_tags> </feed>
The response contains this common object: Tag
Demo: /service/get_popular_tags
get_related_tags
Returns a list of related Tags.
Arguments:- api_key (required)
- name (required)
An Example Response:
<?xml version="1.0" encoding="UTF-8"?> <feed xmlns="http://43people.com/xml/2005/rc#"> <title>Related Tags to "funny" on 43 People</title> <related_tags number="10"> <TAG OBJECT> <TAG OBJECT> <TAG OBJECT> </related_tags> </feed>
The response contains this common object: Tag