# Odni — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> 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.

**Category:** Government & Public Data | **Website:** [www.odni.gov/about/mission-centers-directorates/nctc/joint-counterterrorism-assessment-team/](https://www.odni.gov/about/mission-centers-directorates/nctc/joint-counterterrorism-assessment-team/) | **Docs:** [parse.bot/marketplace/b5d4ff61-8fe5-4e8d-be35-747c49c4ffb1/odni-gov-api](https://parse.bot/marketplace/b5d4ff61-8fe5-4e8d-be35-747c49c4ffb1/odni-gov-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-odni-gov-api-b5d4ff61/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_jcat_page_data

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.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-odni-gov-api-b5d4ff61/get_jcat_page_data \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
