Hi,
Is there any documentation on the output of the GET search/tweets JSON output?
I’ve written a .NET application that calls the search method and receives the JSON payload. I’m now trying to figure out what all the fields mean. E.g. What does the following mean:
- in_reply_to_status_id
- contributors
- retweet_count
- lang
- iso_language_code
These are just some example. I’m looking for documentation that will explain every field in the JSON output.
Kind regards
Marius