TA
TransitFeeds API
4 endpointsliveAPI to view feed information and download feeds from TransitFeeds.com (ingested from its OpenAPI definition; no key required)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for TransitFeeds API.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| Retrieve a list of versions of specified (or all) feeds. /getFeedVersions | This API call allows you to easily see every single feed update in the TranstiFeeds.com system. Since this can be quite long, it's also possible to filter this list by a single feed ID. | $0.0020 per call | unknown |
| Retrieve a list of feeds. /getFeeds | Used this API to retrieve a list of feeds in the system. Doing so can be usedful to discover feed IDs that can be used in other API calls. | $0.0020 per call | unknown |
| Retrieve the download URL for the latest version of a feed. /getLatestFeedVersion | Once you have used `/getFeeds` to discover a feed's URL, you can use this endpoint to download its latest version from TranstiFeeds. It will be unmodified in the original format from the provider. | $0.0020 per call | unknown |
| Retrieve a list of locations. /getLocations | Retrieve a list of locations. Each location (except for the root) has a parent location, and each location has zero or more child locations. This hierarchy is generally structured so countries contain states, states contain cities (although this typically depends on the country). | $0.0020 per call | unknown |