With the Network service you can get several information about tiles of your network.
Follow the steps on this page to get started with Network API.
API endpoint
You can use this endpoint to get the complete list of tiles.
https://api.ptvgroup.tech/flows/map/v1/tiles
Request
In this case, the request matches the endpoint shown above.
Alternatively, you can choose one of the following options to send your request.
cURL
curl --location --request GET "https://api.ptvgroup.tech/flows/map/v1/tiles"PowerShell
$headers = @{"apiKey" = "YOUR_API_KEY"}
$Uri = "https://api.ptvgroup.tech/flows/map/v1/tiles"
$response = Invoke-RestMethod -Uri $uri -Method Get -Headers $headers
$response | ConvertTo-Json
Response
Below the list of the tiles associated to your product instance, related to a specific version of the map:
{
"productInstanceId": "a62765d203aa4541a87049168bef9f34",
"mapVersion": "20260206093851",
"tiles": [
"sr2g",
"sr2t",
"sr2u",
"sr2v",
"sr2y",
"sr31",
"sr34",
"sr35",
"sr36",
"sr37",
"sr3h",
"sr3j",
"sr3k",
"sr3m",
"sr3n",
"sr3q"
]
}
You need to get a Demo or Real instance of PTV Flows before using the API Key.
In order to request a PTV Flows instance, please use the contact form.
Once you have access to the instance, click the API Key button.