Gastronomien, Laden- und andere Geschäfte mit Liefer- und Abholservice
Gastronomien, Laden- und andere Geschäfte mit Liefer- und Abholservice
Description: Read-only REST-API for SimpleSearch. Parameters are attached to method calls like in normal URL query parameters. If output type for requests is omitted, API will return HTML by default.
BaseUrl: https://www.berlin.de/sen/web/service/liefer-und-abholdienste/index.php
Authentication: No authentication required
Contact: ralf.eberhardt@senweb.berlin.de
Licence: cc-by
Formats:- XML
- JSON
- RSS
- CSV
- HTML
- JSON-RSS
- GeoJSON
- KML
| Key | Value |
|---|---|
200 | Your request is valid, you will find the data in your payload |
400 | Wrong syntax in request, do no repeat this request |
Methods
ResultList
Description: Search for entries. Search parameters will be linked by AND.
Url: /index.php[/index/:PAGINATION_MODE:INDEX_OUTPUT_TYPE]
ExampleCall: https://www.berlin.de/sen/web/service/liefer-und-abholdienste/index.php/index/index.json?q=Test
Method: GET
AuthRequired: No
Parameters
order
Description: Change order of results
Type: ValueList ORDER_ATTRIBUTE [+ ' ' + ValueList ORDER_MODIFIER]
Required: No
Default: id
page
Description: Welche Ergebnisseite soll gezeigt werden
Type: int
Required: No
Default: 1
q
Description: Fulltext-search for fields: name, strasse_nr, beschreibung_lieferangebot
Type: string
Required: No
unique_id
Description: unique_id
Type: string
Required: No
name
Description: Geschäftsname
Type: string
Required: No
strasse_nr
Description: Straße, Nummer
Type: string
Required: No
plz
Description: PLZ
Type: string
Required: No
art
Description: Art des Geschäfts
Type: string
Required: No
angebot
Description: Art des Angebots
Type: string
Required: No
lieferung
Description: Lieferung?
Type: string
Required: No
beschreibung_lieferangebot
Description: Beschreibung des Lieferangebots
Type: string
Required: No
selbstabholung
Description: Selbstabholung?
Type: string
Required: No
angebot_selbstabholung
Description: Angebot für Selbstabholung
Type: string
Required: No
fon
Description: Telefonnummer
Type: string
Required: No
w3
Description: Website
Type: string
Required: No
Description: E-Mail
Type: string
Required: No
montag
Description: Öffnungszeiten Montag
Type: string
Required: No
dienstag
Description: Öffnungszeiten Dienstag
Type: string
Required: No
mittwoch
Description: Öffnungszeiten Mittwoch
Type: string
Required: No
donnerstag
Description: Öffnungszeiten Donnerstag
Type: string
Required: No
freitag
Description: Öffnungszeiten Freitag
Type: string
Required: No
samstag
Description: Öffnungszeiten Samstag
Type: string
Required: No
sonntag
Description: Öffnungszeiten Sonntag
Type: string
Required: No
Detail
Description: Show single entry
Url: /index.php/detail/:ITEM_ID[:DETAIL_OUTPUT_TYPE]
Method: GET
AuthRequired: No
EntityKeys
ITEM_ID
Description: ID to find a single row by
Type: int
INDEX_OUTPUT_TYPE
Description: In welchem Format soll das Ergebnis sein
Type: ValueList INDEX_OUTPUT_TYPE
DETAIL_OUTPUT_TYPE
Description: In welchem Format soll das Ergebnis sein
Type: ValueList DETAIL_OUTPUT_TYPE
ValueLists
PAGINATION_MODE
Description: Welche Ergebnisseite soll gezeigt werden
Type: string
Values:| Key | Value |
|---|---|
index | Show a single page with a restricted set of results |
all | Show all results at once |
INDEX_OUTPUT_TYPE
Description: List of all available output types
Type: string
Values:| Key | Value |
|---|---|
.html | Full-blown HTML |
.xml | Genric XML |
.json | JSON |
.rss | RSS with Geo:RSS |
.jrss | JSON-RSS (see https://berlinonline.github.io/open-data-handbuch/simplesearch-api/) |
.csv | Excel-type CSV |
.kml | Keyhole markup lanuage (for Google Earth) |
.geojson | GeoJson (see https://geojson.org/) |
DETAIL_OUTPUT_TYPE
Description: List of all available output types
Type: string
Values:| Key | Value |
|---|---|
.html | Full-blown HTML |
.xml | Generic XML |
.json | JSON |
ORDER_ATTRIBUTE
Description: List of all available columns to order by
Type: string
Values:| Key | Value |
|---|---|
unique_id | Order by unique_id |
name | Order by name |
strasse_nr | Order by strasse_nr |
plz | Order by plz |
art | Order by art |
angebot | Order by angebot |
lieferung | Order by lieferung |
beschreibung_lieferangebot | Order by beschreibung_lieferangebot |
selbstabholung | Order by selbstabholung |
angebot_selbstabholung | Order by angebot_selbstabholung |
fon | Order by fon |
w3 | Order by w3 |
mail | Order by mail |
montag | Order by montag |
dienstag | Order by dienstag |
mittwoch | Order by mittwoch |
donnerstag | Order by donnerstag |
freitag | Order by freitag |
samstag | Order by samstag |
sonntag | Order by sonntag |
ORDER_MODIFIER
Description: How to order results
Type: string
Values:| Key | Value |
|---|---|
ASC | Ascending order |
DESC | Descending order |