|  |  |  | _Informace požadovaného města_ | 
|  |  |  |  | 
|  |  |  | **URL:** /api/v1/district/{district_id} | 
|  |  |  |  | 
|  |  |  | **Method:** GET | 
|  |  |  |  | 
|  |  |  | **Headers:** | 
|  |  |  |  | 
|  |  |  | - Accept: application/json | 
|  |  |  | - Authorization: Auth User Bearer Token nebo API Bearer Token | 
|  |  |  |  | 
|  |  |  | **Vrací JSON:** | 
|  |  |  |  | 
|  |  |  | ```json | 
|  |  |  | { | 
|  |  |  | "data": { | 
|  |  |  | "id": 1, | 
|  |  |  | "title": "Benešov", | 
|  |  |  | "points_total": "28229.74", | 
|  |  |  | "points_avg": "225.84", | 
|  |  |  | "points_avg_alpha": "0.00", | 
|  |  |  | "points_total_top": "14343.68", | 
|  |  |  | "points_avg_top": "434.66", | 
|  |  |  | "points_avg_population": "1.71", | 
|  |  |  | "distance": 31691023, | 
|  |  |  | "total_users": 125, | 
|  |  |  | "active_teams": 0, | 
|  |  |  | "is_participating": true, | 
|  |  |  | "coordinator": null | 
|  |  |  | } | 
|  |  |  | } | 
|  |  |  | ``` |