{ "opencollection": "1.0.0", "info": { "name": "Abortion Policy Gestational Limits Minors API", "version": "1.0.0" }, "items": [ { "info": { "name": "Minors", "type": "folder" }, "items": [ { "info": { "name": "Abortion Policy API Get Minors Restrictions for All States", "type": "http" }, "http": { "method": "GET", "url": "https://api.abortionpolicyapi.com/v1/minors/states", "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "header" } }, "docs": "Returns abortion restrictions that specifically target minors for all US states." }, { "info": { "name": "Abortion Policy API Get Minors Restrictions by State", "type": "http" }, "http": { "method": "GET", "url": "https://api.abortionpolicyapi.com/v1/minors/states/:state", "params": [ { "name": "state", "value": "", "type": "path", "description": "The state name (e.g., California, Texas, New York)" } ], "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "header" } }, "docs": "Returns abortion restrictions that specifically target minors for a specific US state." }, { "info": { "name": "Abortion Policy API Get Minors Restrictions by Zip Code", "type": "http" }, "http": { "method": "GET", "url": "https://api.abortionpolicyapi.com/v1/minors/zips/:zip", "params": [ { "name": "zip", "value": "", "type": "path", "description": "The 5-digit US zip code" } ], "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "header" } }, "docs": "Returns abortion restrictions that specifically target minors for a specific zip code." } ] } ], "bundled": true }