You can find more information here (if you can read REST)!
vienna
- libraries - Libraries in Vienna
- kindergarten - Kindergarten in Vienna
- musicschools - Music schools in Vienna
- schools - Schools in Vienna
- universities - Universities in Vienna
- adultschools - Adult schools in Vienna
- bathingplaces - Bathing places in Vienna
- campings - Campings in Vienna
- citybike - City bike in Vienna
- bikeparkings - Bike parkings in Vienna
- cyclepaths - Cycle paths in Vienna
- swimmingpools - Swimming pools in Vienna
- hospitals - Hospitals in Vienna
- fountains - Fountains in Vienna
- museums - Museums in Vienna
- garbagecollection - Garbage collection points in Vienna
- citizenservices - Citizen services in Vienna
- cemetries - Cemetries in Vienna
- publictoilets - Public toilets in Vienna
- policestations - Police stations in Vienna
- shelters - Shelters in Vienna
- nursinghomes - Nursing homes in Vienna
TDTStats
- UserAgents - Lists all user agents for a certain package/resource in this The DataTank instance
- Day - Lists statistics about a certain day in the history of this The DataTank instance
- Week - Lists statistics about a certain week in the history of this The DataTank instance
- Month - Lists statistics about a certain month in the history of this The DataTank instance
- Quarter - Lists statistics about a certain quarter in the history of this The DataTank instance
- Year - Lists statistics about a certain year in the history of this The DataTank instance
- Languages - This resource returns the overall language usage of this The DataTank instance
REST filtering
You can filter any resource by going deeper into the directory structure. Adding a /thing/ behind an URL will filter only that thing out of the usual response.
Some collections may be filtered to return only entries that match particular conditions. These conditions are specified using filters in the request URI. The following filters are supported, following OpenSearch conventions:
| filterBy | <property> | The name of the property to filter against. |
| filterValue | <value> | The string to match against the <property> value. |
| filterOp | contains | Returns all entries where <property> contains <value>. |
| startsWith | Returns all entries where <property> value begins with <value>. | |
| present | Returns all entries where <property> is defined (<value> is ignored). | |
| equals | Returns all entries where <property> is exactly <value>. |