De Lijn (Independent Publisher) (Preview)
Get locations of public bus stations and extra info from the Flemish bus company 'De Lijn'
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Lenard Schockaert |
URL | https://data.delijn.be |
lenard.schockaert@gmail.com |
Connector Metadata | |
---|---|
Publisher | Lenard Schockaert |
Website | https://data.delijn.be |
Privacy policy | https://www.delijn.be/en/content/privacy |
Categories | Data |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
Api key | securestring | The api key from DeLijn | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Search lines |
Search lines by number or description. Eg search line 48 or Hamont |
Search locations |
Search locations (x,y) by user address input. Typical for input on a routeplanner (eg kerkstraat 14 Hasselt or Achter De Kazerne ). Limited Geocoding service that returns stops, addresses or POIs and its XY coordinates |
Search stops |
Search stops by description. Eg Veemarkt or station. |
Search lines
Search lines by number or description. Eg search line 48 or Hamont
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
searchTerm
|
searchTerm | True | string |
the search term |
huidigePositie
|
huidigePositie | string |
Latidue and longitude coordinates seperated by a comma ex, 51.056064,3.797336 for the locations where stops are searched |
|
startIndex
|
startIndex | integer |
Format - int32. starting position for the list of found lines |
|
maxAantalHits
|
maxAantalHits | integer |
Format - int32. max amount of returned values by this service |
Returns
- Body
- LijnRichtingHits
Search locations
Search locations (x,y) by user address input. Typical for input on a routeplanner (eg kerkstraat 14 Hasselt or Achter De Kazerne ). Limited Geocoding service that returns stops, addresses or POIs and its XY coordinates
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
searchTerm
|
searchTerm | True | string |
the search term |
huidigePositie
|
huidigePositie | string |
Currently not supported for this operation |
|
startIndex
|
startIndex | integer |
Format - int32. starting position for the list of found lines |
|
maxAantalHits
|
maxAantalHits | integer |
Format - int32. max amount of returned values by this service |
Returns
- Body
- LocatiesHits
Search stops
Search stops by description. Eg Veemarkt or station.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
searchTerm
|
searchTerm | True | string |
the search term |
huidigePositie
|
huidigePositie | string |
Latidue and longitude coordinates seperated by a comma ex, 51.056064,3.797336 for the locations where stops are searched |
|
startIndex
|
startIndex | integer |
Format - int32. starting position for the list of found stops |
|
maxAantalHits
|
maxAantalHits | integer |
Format - int32. max amount of returned values by this service |
Returns
- Body
- HaltesHits
Definitions
GeoCoordinaat
Name | Path | Type | Description |
---|---|---|---|
latitude
|
latitude | double |
contains the latitude of a location |
longitude
|
longitude | double |
contains the longitude of a location |
Halte
Name | Path | Type | Description |
---|---|---|---|
entiteitnummer
|
entiteitnummer | string |
number entity (key value) |
haltenummer
|
haltenummer | string |
stop number (key value) |
omschrijving
|
omschrijving | string |
description of the stop |
gemeentenummer
|
gemeentenummer | integer |
city number (key value) |
omschrijvingGemeente
|
omschrijvingGemeente | string |
name of the city where the stop is located |
geoCoordinaat
|
geoCoordinaat | GeoCoordinaat | |
links
|
links | array of Link |
HaltesHits
Name | Path | Type | Description |
---|---|---|---|
aantalHits
|
aantalHits | integer |
the amount of stops that match the search term |
haltes
|
haltes | array of Halte |
the stops that match the search term |
LijnRichtingHits
Name | Path | Type | Description |
---|---|---|---|
aantalHits
|
aantalHits | integer |
the amount of lines that match the search term |
lijnrichtingen
|
lijnrichtingen | array of Lijnrichting |
the lines that match the search term |
Lijnrichting
Name | Path | Type | Description |
---|---|---|---|
lijnNummerPubliek
|
lijnNummerPubliek | string |
public linenumber |
entiteitnummer
|
entiteitnummer | string |
number entity |
lijnnummer
|
lijnnummer | string |
number line |
richting
|
richting | string |
direction of the line |
omschrijving
|
omschrijving | string |
description of the line |
bestemming
|
bestemming | string |
final stop of the line |
kleurVoorGrond
|
kleurVoorGrond | string |
color of the line on the vignet |
kleurAchterGrond
|
kleurAchterGrond | string |
background color of the line on the vignet |
kleurAchterGrondRand
|
kleurAchterGrondRand | string |
border color of the line on the vignet |
links
|
links | array of Link |
Link
Name | Path | Type | Description |
---|---|---|---|
rel
|
rel | string | |
url
|
url | string |
Locatie
Name | Path | Type | Description |
---|---|---|---|
type
|
type | string |
returns the type of location |
subtype
|
subtype | string |
returns the subtype of location |
deelgemeentes
|
deelgemeentes | array of string |
returns a list of municipal districts names for this location |
hoofdgemeente
|
hoofdgemeente | string |
returns the main municipality name for this location |
straat
|
straat | string |
returns the street for this location |
haltenummer
|
haltenummer | string |
returns the stopnumber for this location |
huisnummer
|
huisnummer | string |
returns the housenumber for this location |
geoCoordinaat
|
geoCoordinaat | GeoCoordinaat |
LocatiesHits
Name | Path | Type | Description |
---|---|---|---|
aantalHits
|
aantalHits | integer |
the amount of locations that match the search term |
locaties
|
locaties | array of Locatie |
the locations that match the search term |