AnnualReport
A USCIRF annual report documenting international religious freedom conditions and providing policy recommendations to the U.S. government.
Federal-GovernmentReligious FreedomInternational Human RightsForeign Policy
Properties
| Name | Type | Description |
|---|---|---|
| report_year | integer | Year of the annual report publication. |
| title | string | Full title of the annual report. |
| publication_date | string | Date the report was published. |
| cpc_countries | array | Countries recommended for Country of Particular Concern designation. |
| swl_countries | array | Countries recommended for the Special Watch List. |
| epc_entities | array | Non-state actors recommended for Entity of Particular Concern designation. |
| countries_assessed | integer | Total number of countries assessed in the report. |
| report_url | string | URL to access the full annual report. |
| pdf_url | string | Direct URL to the PDF version of the annual report. |
| key_themes | array | Major thematic findings or focus areas for the reporting year. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/us-commission-on-international-religious-freedom/refs/heads/main/json-schema/uscirf-annual-report-schema.json",
"title": "AnnualReport",
"description": "A USCIRF annual report documenting international religious freedom conditions and providing policy recommendations to the U.S. government.",
"type": "object",
"properties": {
"report_year": {
"type": "integer",
"description": "Year of the annual report publication.",
"example": 2026
},
"title": {
"type": "string",
"description": "Full title of the annual report.",
"example": "2026 Annual Report of the United States Commission on International Religious Freedom"
},
"publication_date": {
"type": "string",
"format": "date",
"description": "Date the report was published."
},
"cpc_countries": {
"type": "array",
"description": "Countries recommended for Country of Particular Concern designation.",
"items": {
"type": "string"
},
"example": ["Afghanistan", "Burma", "China", "Cuba", "Eritrea", "India"]
},
"swl_countries": {
"type": "array",
"description": "Countries recommended for the Special Watch List.",
"items": {
"type": "string"
},
"example": ["Algeria", "Azerbaijan", "Egypt", "Indonesia"]
},
"epc_entities": {
"type": "array",
"description": "Non-state actors recommended for Entity of Particular Concern designation.",
"items": {
"type": "string"
},
"example": ["al-Shabaab", "Boko Haram", "the Houthis"]
},
"countries_assessed": {
"type": "integer",
"description": "Total number of countries assessed in the report.",
"minimum": 0
},
"report_url": {
"type": "string",
"format": "uri",
"description": "URL to access the full annual report.",
"example": "https://www.uscirf.gov/countries/2026-annual-report"
},
"pdf_url": {
"type": "string",
"format": "uri",
"description": "Direct URL to the PDF version of the annual report."
},
"key_themes": {
"type": "array",
"description": "Major thematic findings or focus areas for the reporting year.",
"items": {
"type": "string"
}
}
},
"required": ["report_year", "title", "publication_date"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/uscirf-annual-report"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.