MinorsRestrictions

Abortion restrictions that specifically target minors in a US state.

AbortionPoliciesHealthcareGovernment

Properties

Name Type Description
below_age integer Age below which restrictions apply. Null means no restrictions currently enforced.
parents_required integer Number of parents required to be notified. 1=one parent, 2=both parents, null=no restrictions.
parental_consent_required boolean If true, parent(s) must give permission for the minor to have an abortion.
parental_notification_required boolean If true, parent(s) must be told beforehand of the minor's decision.
judicial_bypass_available boolean If true, a judge can excuse a minor from parental consent/notification requirements.
allows_minor_to_consent boolean If true, state explicitly or implicitly allows a minor to consent to abortion.
Last Updated string Date this policy record was last updated.
View JSON Schema on GitHub

JSON Schema

minors-restrictions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/abortion-policy-api/refs/heads/main/json-schema/minors-restrictions-schema.json",
  "title": "MinorsRestrictions",
  "description": "Abortion restrictions that specifically target minors in a US state.",
  "type": "object",
  "properties": {
    "below_age": {
      "type": "integer",
      "nullable": true,
      "description": "Age below which restrictions apply. Null means no restrictions currently enforced.",
      "example": 18
    },
    "parents_required": {
      "type": "integer",
      "nullable": true,
      "description": "Number of parents required to be notified. 1=one parent, 2=both parents, null=no restrictions.",
      "example": 1
    },
    "parental_consent_required": {
      "type": "boolean",
      "description": "If true, parent(s) must give permission for the minor to have an abortion.",
      "example": false
    },
    "parental_notification_required": {
      "type": "boolean",
      "description": "If true, parent(s) must be told beforehand of the minor's decision.",
      "example": false
    },
    "judicial_bypass_available": {
      "type": "boolean",
      "description": "If true, a judge can excuse a minor from parental consent/notification requirements.",
      "example": false
    },
    "allows_minor_to_consent": {
      "type": "boolean",
      "description": "If true, state explicitly or implicitly allows a minor to consent to abortion.",
      "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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/minors-restrictions"
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.