News
The 19th logo

The 19th API

19thnews.org

US news site - latest stories, articles, topics, and content search.

Actions
5
Category
News
Login
Not required
Output
JSON

Call the The 19th API

Submit a task, then poll the job until it settles. This example runs act_19thnews_article_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_19thnews_article_detail",
    "params": {
      "publish_year": "2026",
      "publish_month": "06",
      "article_slug": "mamdani-new-york-city-free-childcare"
    }
  }'

5 actions on 19thnews.org

Read

  • Article Details

    act_19thnews_article_detailread1 credit / call

    Returns an article's headline, author, date, topic, and body content.

    publish_year
    string · required
    publish_month
    string · required
    article_slug
    string · required
  • Homepage Article Feed

    act_19thnews_homepage_article_feedread1 credit / call

    Returns the latest homepage story cards with headlines, authors, and article links.

  • Search Page

    act_19thnews_search_pageread1 credit / call

    Returns the search landing page metadata and default featured articles.

  • Search Results

    act_19thnews_search_resultsread2 credits / call

    Returns articles matching a keyword with headlines, links, and pagination.

    search_query
    string · required
    sort
    string
    index
    string
  • Topic Listing

    act_19thnews_topic_listingread2 credits / call

    Returns article headlines, slugs, and pagination for a topic or category.

    topic_slug
    string · required
    page
    string

The 19th API questions

Is there an API for The 19th?
The 19th does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for 19thnews.org. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape The 19th data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when 19thnews.org changes its markup, Anakin updates the action.
Do I need a The 19th account?
No. Every The 19th action listed here runs anonymously — no account and no credentials required.
What does the The 19th API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More News APIs

All News sites