socialcrawl/
← All platforms

twitter

Unified access to twitter data.

GET /v1/twitter/profile 1 credit cached 15m
Parameters
handle required e.g. torvalds
curl "http://datatrend.nl/v1/twitter/profile?handle=torvalds" \
  -H "x-api-key: YOUR_KEY"
GET /v1/twitter/user/tweets 2 credits cached 5m
Parameters
handle required e.g. torvalds
curl "http://datatrend.nl/v1/twitter/user/tweets?handle=torvalds" \
  -H "x-api-key: YOUR_KEY"
GET /v1/twitter/tweet 1 credit cached 15m
Parameters
url required e.g. https://www.youtube.com/watch?v=dQw4w9WgXcQ
curl "http://datatrend.nl/v1/twitter/tweet?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdQw4w9WgXcQ" \
  -H "x-api-key: YOUR_KEY"
GET /v1/twitter/search/recent 2 credits cached 5m
Parameters
query required e.g. open source
curl "http://datatrend.nl/v1/twitter/search/recent?query=open+source" \
  -H "x-api-key: YOUR_KEY"