dGC API Server¶
Developer Portal (Sign up and get API keys here)
API Gateway BASEURL (NB: Without API key will always respond with 404)
Getting Started¶
If you want to integrate the RCPCH Digital Growth Charts API into an application, then start here
API details¶
The API is written in Python. Mathematical and statistical calculations are made using the SciPy and NumPy libraries. Server middleware used is Flask, with autogeneration of the openAPI3 specification documents using the Marshmallow plugin for Flask.
We use the Microsoft Azure API Management Platform to handle authorization, rate limits and quotas.