| id | db-periodickeho-tisku |
| name | Databáze periodického tisku |
| datasetId | db-periodickeho-tisku |
| origUrl | https://www.mkcr.cz/databaze-periodickeho-tisku-pro-verejnost-cs-978 |
| sourcecodeUrl | https://github.com/HlidacStatu/Datasety/tree/master/DbPeriodickehoTisku |
| description | Databáze periodického tisku pro veřejnost dle zákona č. 46/2000 Sb. |
| jsonSchema |
{
"definitions": {
"vydavatel": {
"type": [
"object",
"null"
],
"properties": {
"Jmeno": {
"type": [
"string",
"null"
]
},
"ICO": {
"type": [
"string",
"null"
]
}
}
}
},
"type": "object",
"properties": {
"Id": {
"type": [
"string",
"null"
]
},
"EvidencniCislo": {
"type": [
"string",
"null"
]
},
"Periodikum": {
"type": [
"string",
"null"
]
},
"Vydavatel": {
"$ref": "#/definitions/vydavatel"
},
"Zamereni": {
"type": [
"string",
"null"
]
},
"Okres": {
"type": [
"string",
"null"
]
},
"Kraj": {
"type": [
"string",
"null"
]
},
"Periodicita": {
"type": "integer"
},
"Evidovano": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"Preruseno": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"Ukonceno": {
"type": [
"string",
"null"
],
"format": "date-time"
}
}
}
|
| createdBy | michal@michalblaha.cz |
| created | 23.1.2023 |
| betaversion | |
| allowWriteAccess | |
| hidden | |
| searchResultTemplate | (header:, body: <!-- scriban {{ date.now }} --> <table class="table table-hover"> <thead> <tr> <th>Evidenční číslo</th> <th>Periodikum</th> <th>Vydavatel</th> <th>Zaměření</th> <th>Evidováno</th> </tr> </thead> <tbody> {{ for item in model.Result }} <tr> <td ><a href="{{ fn_DatasetItemUrl item.Id }}">{{ item.EvidencniCislo }}</a></td> <td ><a href="{{ fn_DatasetItemUrl item.Id }}">{{ item.Periodikum }}</a></td> <td ><a href='/subjekt/{{ item.Vydavatel.ICO }}'>{{ item.Vydavatel.Jmeno }}</td> <td >{{ item.Zamereni }}</td> <td >{{ fn_FormatDate item.Evidovano }}</td> </tr> {{ end }} </tbody></table> , footer:, title:, properties:) |
| detailTemplate | (header:, body: <!-- scriban {{ date.now }} --> {{this.item = model}} <table class="table table-hover"><tbody> <tr><td>Evidenční číslo</td><td >{{ item.Id }}</td></tr> <tr><td>Název</td><td >{{ item.Periodikum }}</td></tr> <tr><td>Zaměření</td><td >{{ item.Zamereni }}</td></tr> <tr><td>Vydavatel</td><td ><a href='/subjekt/{{ item.Vydavatel.ICO }}'>{{ item.Vydavatel.Jmeno }}</td></tr> <tr><td>Okres a kraj</td><td >{{ item.Okres }} {{ item.Kraj }}</td></tr> <tr><td>Počet vydání ročně</td><td >{{ item.Periodicita }}</td></tr> <tr><td>Datum evidence</td><td >{{ fn_FormatDate item.Evidovano }}</td></tr> <tr><td>Datum přerušení </td><td >{{ fn_FormatDate item.Preruseno }} {{ item.CasNabytiUcinnosti }}</td></tr> <tr><td>Datum ukončení</td><td >{{ fn_FormatDate item.DatumSchvaleni }}</td></tr> </table> , footer:, title:, properties:) |
| defaultOrderBy | Evidovano desc |
| orderList | Podle data evidence Evidovano Podle jména periodika Periodikum.keyword Podle vydavatele Vydavatel.Jmeno.keyword Podle počtu vydání za rok Periodicita |
| DbCreated | 23.1.2023 |
| DbCreatedBy | michal@michalblaha.cz |
| Záznam v JSON |
https://api.hlidacstatu.cz/api/v2/datasety/datasourcesdb/zaznamy/db-periodickeho-tisku
Popis API |
Pokud máte tip na zajímavý zdroj dat, napište nám.
Chybí vám zde nějaká data? Přidejte je a pomozte i ostatním, je to snadné.