{ "opencollection": "1.0.0", "info": { "name": "Abortion Policy Gestational Limits API", "version": "1.0.0" }, "items": [ { "info": { "name": "Gestational Limits", "type": "folder" }, "items": [ { "info": { "name": "Abortion Policy API Get Gestational Limits for All States", "type": "http" }, "http": { "method": "GET", "url": "https://api.abortionpolicyapi.com/v1/gestational_limits/states", "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "header" } }, "docs": "Returns the restrictions on abortion access related to gestational limits for all US states and territories." }, { "info": { "name": "Abortion Policy API Get Gestational Limits by State", "type": "http" }, "http": { "method": "GET", "url": "https://api.abortionpolicyapi.com/v1/gestational_limits/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 the restrictions on abortion access related to gestational limits for a specific US state." }, { "info": { "name": "Abortion Policy API Get Gestational Limits by Zip Code", "type": "http" }, "http": { "method": "GET", "url": "https://api.abortionpolicyapi.com/v1/gestational_limits/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 the restrictions on abortion access related to gestational limits for a specific zip code." } ] } ], "bundled": true }