Transportation · head-to-head

Community Transit vs Transport for Norway

Community Transit

Community Transit, the public transit authority for Snohomish County, WA, publishes its own GTFS schedule data (current and upcoming service-change versions) plus three keyless GTFS-Realtime feeds — trip updates, vehicle positions, and service alerts — as static downloads. The original listing pointed at TransitLand's decommissioned v1 GitHub README with no real connection to this agency; reconciled here to Community Transit's own open-data portal.

Transport for Norway

Entur is Norway's national registry for public transport data, aggregating schedules and real-time updates from 60+ operators (21,000 daily departures) behind a GraphQL Journey Planner API, plus SIRI real-time and NeTEx static feeds. Fully open and free of charge, keyless for read access, though Entur asks every consumer to self-identify with an ET-Client-Name header and reserves the right to rate-limit unidentified traffic; the old developer.entur.org portal is being retired in favor of developer.entur.no.

Community TransitTransport for Norway
AuthenticationNoneNone
Pricingfreefree
FormatsGTFS, GTFS-RTGraphQL, JSON, SIRI
CORSnoyes
HTTPSYesYes

Transport for Norway supports CORS, while Community Transit doesn't — pick Transport for Norway for direct browser calls.

More comparisons