Abortion Policy API · Schema
GestationalLimits
Abortion restrictions related to gestational limits (bans after certain weeks of pregnancy) for a US state or territory.
AbortionPoliciesHealthcareGovernment
Properties
| Name | Type | Description |
|---|---|---|
| banned_after_weeks_since_LMP | integer | Weeks since Last Menstrual Period (LMP) after which abortion is banned. Null means no gestational restriction. 99 means viability standard. 28 means third trimester ban. 0 means complete ban. |
| exception_life | boolean | If true, abortion is permitted when necessary to save the pregnant person's life. |
| exception_health | string | Health exception type. "Physical" (excluding mental health), "Any" (may include mental health), or "Major Bodily Function" (substantial irreversible impairment). |
| exception_fetal | string | Fetal anomaly exception type. "Serious fetal anomaly" or "Lethal fetal anomaly". |
| exception_rape_or_incest | boolean | If true, exceptions may be granted in cases of rape or incest. |
| Last Updated | string | Date this policy record was last updated. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/abortion-policy-api/refs/heads/main/json-schema/gestational-limits-schema.json",
"title": "GestationalLimits",
"description": "Abortion restrictions related to gestational limits (bans after certain weeks of pregnancy) for a US state or territory.",
"type": "object",
"properties": {
"banned_after_weeks_since_LMP": {
"type": "integer",
"nullable": true,
"description": "Weeks since Last Menstrual Period (LMP) after which abortion is banned. Null means no gestational restriction. 99 means viability standard. 28 means third trimester ban. 0 means complete ban.",
"example": 24
},
"exception_life": {
"type": "boolean",
"description": "If true, abortion is permitted when necessary to save the pregnant person's life.",
"example": true
},
"exception_health": {
"type": "string",
"nullable": true,
"description": "Health exception type. \"Physical\" (excluding mental health), \"Any\" (may include mental health), or \"Major Bodily Function\" (substantial irreversible impairment).",
"example": "Any"
},
"exception_fetal": {
"type": "string",
"nullable": true,
"description": "Fetal anomaly exception type. \"Serious fetal anomaly\" or \"Lethal fetal anomaly\".",
"example": "Serious fetal anomaly"
},
"exception_rape_or_incest": {
"type": "boolean",
"description": "If true, exceptions may be granted in cases of rape or incest.",
"example": true
},
"Last Updated": {
"type": "string",
"description": "Date this policy record was last updated.",
"example": "2025-01-15"
}
}
}
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/gestational-limits"
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.