Unofficial API to retrieve STCP information for public transit buses in Porto, Portugal
Project description
STCP API
Unofficial API to retrieve STCP information for public transit buses in Porto, Portugal.
Retrieves static data about routes, stops, locations, and real-time estimates of bus arrivals.
Since it's based on a non-official API, it may stop working in the future. Confirmed working as of 1 December 2025.
See the files at stcp/routes.py, stcp/stops.py and stcp/util.py for the complete documentation, and examples.md for usage examples.
Available operations
Routes
| Function | Description |
|---|---|
| get_routes | list of all STCP routes. |
| get_route_directions | list of directions (usually 2) of a route. |
| get_route_stops | list of all stops of a route in a direction. |
| get_route_services | the service days of a route. |
| get_route_schedule | schedule of a route in a direction. |
| get_route_real_time | all buses running on a given route and their next stop. |
Stops
| Function | Description |
|---|---|
| get_stops | list of all stops. |
| get_stop_data | data about a stop and its routes |
| get_stop_schedule | schedule of stop |
| get_stop_real_time | real-time list of buses passing through a stop soon (up to one hour from the current time). |
Utilities
| Function | Description |
|---|---|
| get_route_data | combines route_directions, route_stops in all directions, and route_services . |
| get_stop_route_departures | gets a map of upcoming departures of a stop, grouped by route. |
| get_full_route_times | gets the current times for a given route. |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stcp_api-2.0.3.tar.gz.
File metadata
- Download URL: stcp_api-2.0.3.tar.gz
- Upload date:
- Size: 43.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8a01b8aa1788008abcec63c33bd07d43c9a879a55a02135e3ec93e3765ef19d
|
|
| MD5 |
b9d8deb2c71d41d203c345b080944714
|
|
| BLAKE2b-256 |
d3d7625ed4afffa963e1fd4de9c74c97f9ea3246091d1200eedc8183fd4f37bb
|
File details
Details for the file stcp_api-2.0.3-py3-none-any.whl.
File metadata
- Download URL: stcp_api-2.0.3-py3-none-any.whl
- Upload date:
- Size: 31.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07728d9fbf053b7e36161e8578db0bca7c33d25187b4d8e7b7a36d73ca3099a7
|
|
| MD5 |
5f5ebd49eb7a82a08149302c97b3bf73
|
|
| BLAKE2b-256 |
c1683fc99a7a455106595ca87a116a95fe16be31b89af9ba970d4cd51d5ebdae
|