tags

Show tag

get

/api/articles/tags/{tag}

Parameters

{tag}
string, in path
The tag's slug.
sort
string, in query
Field and direction of the sort.
options: -articles.published_at
links
boolean, in query
Return API links to the included resources. Set to small for a smaller payload.
includes
string, in query
Comma separated list of relationships to include.
options: articles
fields.articles
string, in query
Comma separated list of article fields to return.
options: title, created_at, updated_at, published_at, permalink, content, excerpt, sort_order, is_ap, is_reuters, is_bloomberg, is_original, is_exclusive, is_breaking, is_commentary, is_update, has_video, has_slideshow, has_people_photo

Responses

HTTP code 200
A tag object.
HTTP code 4xx, 5xx
A Fault describing the reason for the error.