Track your team's API changes with Optic Get started
get
/api/v1/trends/{trend}
Request
Parameters
#
path trend
required
string
Responses
200 Response
#
200 response
Content-type: application/json; charset=utf-8
Array items:
following
boolean
required
history
array
required
name
string
required
url
string
required
application/json; charset=utf-8
[
{
"following": true,
"history": [
{
"accounts": "",
"day": "",
"uses": ""
}
],
"name": "",
"url": ""
}
]