Enriched Reads

GET /v1/search/recent/enriched

get/v1/search/recent/enriched

Query parameters

querystring required

Search text. Supports X-style operators: "quoted phrases", OR, () grouping, #hashtag, $cashtag, from:, lang:, since:/until: (YYYY-MM-DD), min_faves:, min_retweets:, filter:links, and - negation (e.g. -filter:replies).

limitinteger

Page size for search-backed results.

next_tokenstring

Response

Successful xfetch workflow response.

Example response

{
  "meta": {
    "credits": {
      "charged": 1,
      "remaining": 99
    }
  }
}

Changes

Changed in 1 of the 2 revisions of this API.23

  • 6e7669d364f623See the full diff
    • the response property allOf[subschema #2]/data/authors/items/created_at became optional for the status 200

      response-property-became-optional

    • the response property allOf[subschema #2]/data/tweets/items/created_at became optional for the status 200

      response-property-became-optional

    • added the optional property allOf[subschema #2]/data/tweets/items/display_text_range to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/tweets/items/quoted_tweet to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/data/tweets/items/view_count to the response with the 200 status

      response-optional-property-added