PASAR API
Free but requires registering for a subscription key; NHS is consolidating its developer hub, so onboard via the NHS Digital API catalogue.
View docs ↗ More Government services APIs# NHS ~ Website Content API (Health A-Z, medicines) needs an API key ~ get yours at: # https://digital.nhs.uk/developer/api-catalogue/nhs-website-content curl 'https://api.nhs.uk/' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a United Kingdom API into my app. API: NHS ~ Website Content API (Health A-Z, medicines) Provider: NHS England Auth: requires an API key (sign up: https://digital.nhs.uk/developer/api-catalogue/nhs-website-content) Pricing: free Base URL: https://api.nhs.uk/ Important note: Free but requires registering for a subscription key; NHS is consolidating its developer hub, so onboard via the NHS Digital API catalogue. Source: NHS England (https://digital.nhs.uk/developer/api-catalogue/nhs-website-content) Source type: Official portal or provider docs Endpoint type: Portal or multi-endpoint API Integration difficulty: Needs API key Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.