# Risk scores by country **GET /riskscores/{model}/{country_code}/** Get risk scores by model and country. ## Servers ## Parameters ### Path parameters - **model** (string) Risk score model (see values below) or custom model (if you have access to bespoke risk scores) - **country_code** (string) Country code ## Responses ### 200 Detailed risk scores by model for the specified country. #### Body: (object) - **model** (object) Risk model definition. - **entity** (object) Geographical information. - **results** (array[object]) Risk score information. - **sections** (array[object]) Risk section information. - **indicators** (array[object]) Indicator information. [Powered by Bump.sh](https://bump.sh)