-
-
Notifications
You must be signed in to change notification settings - Fork 28
Description
The app seems great, but lacks tracking services. Here's the API for ecoscooting delivery, a popular carrier in Spain.
Note: I've removed the Date day and HH:MM:SS. The reference it's the tracking number and it's censored by default, except the first 3 digits.
GET https://api.ecoscooting.com:3002/tracking/************
Example response for a completed delivery:
{ "reference": "************", "currentDetail": 0, "status": [ { "statusId": 13, "title": "Warehouse", "description": "At warehouse", "icon": "iconTrackYourPackage", "status": "finish", "datetime": "2024-09-** **:**:**", "position": 4 }, { "statusId": 3, "title": "Assigned", "description": "The package has been assigned to one of our drivers", "icon": "iconpeople-carry", "status": "finish", "datetime": "2024-09-** **:**:**", "position": 7 }, { "statusId": 1, "title": "Completed", "description": "", "icon": "iconsecondhandhouse", "status": "finish", "datetime": "2024-09-** **:**:**", "position": 16 } ], "extraInfo": {}, "details": [ { "type": "__store", "marker": "marker_map_store_blue.svg" } ] }
I'm aware this is not enough to give it full support, but I'll try to keep this updated as I learn more about the API.