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
HttpStatusCodes:
KeyValue
200Your request is valid, you will find the data in your payload
400Wrong 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

mail

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

PAGINATION_MODE

Description: How to represent results

Type: ValueList PAGINATION_MODE

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:
KeyValue
indexShow a single page with a restricted set of results
allShow all results at once

INDEX_OUTPUT_TYPE

Description: List of all available output types

Type: string

Values:
KeyValue
.htmlFull-blown HTML
.xmlGenric XML
.jsonJSON
.rssRSS with Geo:RSS
.jrssJSON-RSS (see https://berlinonline.github.io/open-data-handbuch/simplesearch-api/)
.csvExcel-type CSV
.kmlKeyhole markup lanuage (for Google Earth)
.geojsonGeoJson (see https://geojson.org/)

DETAIL_OUTPUT_TYPE

Description: List of all available output types

Type: string

Values:
KeyValue
.htmlFull-blown HTML
.xmlGeneric XML
.jsonJSON

ORDER_ATTRIBUTE

Description: List of all available columns to order by

Type: string

Values:
KeyValue
unique_idOrder by unique_id
nameOrder by name
strasse_nrOrder by strasse_nr
plzOrder by plz
artOrder by art
angebotOrder by angebot
lieferungOrder by lieferung
beschreibung_lieferangebotOrder by beschreibung_lieferangebot
selbstabholungOrder by selbstabholung
angebot_selbstabholungOrder by angebot_selbstabholung
fonOrder by fon
w3Order by w3
mailOrder by mail
montagOrder by montag
dienstagOrder by dienstag
mittwochOrder by mittwoch
donnerstagOrder by donnerstag
freitagOrder by freitag
samstagOrder by samstag
sonntagOrder by sonntag

ORDER_MODIFIER

Description: How to order results

Type: string

Values:
KeyValue
ASCAscending order
DESCDescending order