We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/************
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: