Abortion Policy API · JSON Structure

Gestational Limits Structure

Abortion restrictions related to gestational limits (bans after certain weeks of pregnancy) for a US state or territory.

Type: object Properties: 6
AbortionPoliciesHealthcareGovernment

GestationalLimits is a JSON Structure definition published by Abortion Policy API, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

banned_after_weeks_since_LMP exception_life exception_health exception_fetal exception_rape_or_incest Last Updated

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/abortion-policy-api/refs/heads/main/json-structure/gestational-limits-structure.json",
  "name": "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": "int32",
      "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 Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/gestational-limits-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.