Hello,
I run londongp.directory, a free, non-commercial public directory that helps Londoners find and compare NHS GP practices. It is built entirely on open NHS data (ODS FHIR, GP Patient Survey, CQC) and I would like to add each practice’s “accepting new patients” status, sourced from the Directory of Healthcare Services (Service Search) API — the same information already shown publicly on nhs.uk.
My use case:
- Data accessed: public organisation-level data only (GP practice profiles, acceptance status). No patient data, no personal data, no user-restricted endpoints.
- Access pattern: application-restricted, server-to-server only (a weekly GitHub Actions job). Roughly 1,000 requests once per week, results cached. No end users ever call the API.
- Security: the API key is held as an encrypted GitHub Actions secret; nothing runs client-side.
I have an application on the API Platform (Application ID: 8b1fc0b5-c8f2-4c5c-bd90-5762b2322ebd) with “Service Search - REST API (Production Environment)” attached, currently showing Pending. The digital onboarding API list does not include Service Search, and I understand production enablement for this API may need to be initiated by an Onboarding Lead.
Could you advise the correct route to production access for this use case — or, if the v2 subscription-key route via the NHS website developer portal is still the supported path for public service-search data, confirm that and I will use it instead?
Many thanks,
Thierry Amiot londongp.directory