Discover/Odni API
live

Odni APIodni.gov

Access comprehensive counterterrorism resources from the ODNI NCTC Joint Counterterrorism Assessment Team, including First Responder's Toolbox items, guides, reference materials, and information about community impact organizations. Get all the latest intelligence support and tools in one place to enhance your counterterrorism preparedness and response capabilities.

This API takes change requests — .
Endpoint health
monitored
get_jcat_page_data
Checks pendingself-healing
Endpoints
1
Updated
3h ago
This call costs3 credits / call— charged only on success
Try it

No input parameters required.

api.parse.bot/scraper/ebfeadc7-f4ad-4935-82e1-3b84c6c13f4b/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/ebfeadc7-f4ad-4935-82e1-3b84c6c13f4b/get_jcat_page_data' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

Retrieves all content from the JCAT page in a single request. Returns the page overview, lines of effort, First Responder's Toolbox items organized by category (Threat Identification, Targets, Partnerships) with featured items and full item lists, Guides and Resources descriptions, Community Impact partner organizations with geographic data, and Fellowship Program information. Makes one HTTP request to the page and parses the static HTML plus embedded JavaScript data.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "toolbox": "array of toolbox categories, each with category name, featured item (title, url, description), and items array (title, url)",
    "overview": "JCAT mission description text",
    "organizations": "array of Community Impact partner organizations with name, state, latitude, longitude, logo_url, and website",
    "lines_of_effort": "array of JCAT's three main work areas",
    "fellowship_program": "description of the JCAT Fellowship Program",
    "guides_and_resources": "array of guide/resource entries with title, description, contact_email, and/or more_url"
  },
  "sample": {
    "data": {
      "toolbox": [
        {
          "items": [
            {
              "url": "https://www.odni.gov/download/14142/?tmstv=1787268374",
              "title": "Considerations for Clandestine Fentanyl Labs"
            },
            {
              "url": "https://www.odni.gov/download/13738/?tmstv=1782321665",
              "title": "Disruption of Huachicol Activities Requires Multidisciplinary Approach"
            }
          ],
          "category": "Threat Identification",
          "featured": {
            "url": "https://www.odni.gov/download/14142/?tmstv=1787268374",
            "title": "Considerations for Clandestine Fentanyl Labs",
            "description": "Provides response, recognition, and safety considerations for first responders on how to identify indicators of clandestine fentanyl labs."
          }
        }
      ],
      "overview": "NCTC's Joint Counterterrorism Assessment Team (JCAT) helps improve public safety by sharing counterterrorism information with federal, state, local, tribal, territorial, and private sector partners.",
      "organizations": [
        {
          "name": "City of Phoenix Fire Department, AZ",
          "state": "AZ",
          "website": "https://www.phoenix.gov/fire",
          "latitude": 33.463,
          "logo_url": "https://www.odni.gov/wp-content/uploads/City-of-Phoenix-Fire-Department_AZ.webp",
          "longitude": -112.08
        }
      ],
      "lines_of_effort": [
        "INTELLIGENCE PRODUCTION",
        "OUTREACH & EDUCATION",
        "SUPPORT"
      ],
      "fellowship_program": "JCAT's Federal Fellowship Program integrates state, local, tribal, and territorial first responders and public safety professionals into the Intelligence Community.",
      "guides_and_resources": [
        {
          "title": "HSIN, LEEP, RISS and TRIPWIRE",
          "more_url": "https://www.odni.gov/wp-content/uploads/JCAT-Accessing-CT-Info-NEW.pdf",
          "description": "The Homeland Security Information Network (HSIN)..."
        },
        {
          "title": "Counterterrorism Digest",
          "description": "An unclassified compendium of international and domestic news...",
          "contact_email": "[email protected]"
        }
      ]
    },
    "status": "success"
  }
}

About the Odni API

The Odni API on Parse exposes 1 endpoint for the publicly available data on odni.gov. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.