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