|
|
_Statistika města_
|
|
|
_Statistika vybraného města_
|
|
|
|
|
|
**URL:** /api/districts/stats
|
|
|
|
|
|
**Method:** POST
|
|
|
|
|
|
**Request:**
|
|
|
```json
|
|
|
{
|
|
|
"district_id": 1
|
|
|
}
|
|
|
```
|
|
|
|
|
|
| Parametr | Typ | Povinný | Popis |
|
|
|
|----------|-----|---------|-------|
|
|
|
| district_id | int | A | ID města |
|
|
|
|
|
|
|
|
|
**Vrací JSON:**
|
|
|
```json
|
|
|
{
|
... | ... | |