{"id":48814472,"url":"https://github.com/opengeospatial/ogcapi-routes","last_synced_at":"2026-04-14T10:33:28.670Z","repository":{"id":42983845,"uuid":"329320478","full_name":"opengeospatial/ogcapi-routes","owner":"opengeospatial","description":"public repo for OGC API - Routes Standards Working Group","archived":false,"fork":false,"pushed_at":"2026-02-24T16:42:35.000Z","size":1813,"stargazers_count":12,"open_issues_count":31,"forks_count":4,"subscribers_count":12,"default_branch":"master","last_synced_at":"2026-02-24T20:56:46.907Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opengeospatial.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-13T13:42:45.000Z","updated_at":"2026-02-24T16:42:52.000Z","dependencies_parsed_at":"2025-04-22T15:30:34.679Z","dependency_job_id":"45a5e84d-6281-462f-9c4e-37a1c0861dff","html_url":"https://github.com/opengeospatial/ogcapi-routes","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/opengeospatial/ogcapi-routes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-routes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-routes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-routes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-routes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opengeospatial","download_url":"https://codeload.github.com/opengeospatial/ogcapi-routes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opengeospatial%2Fogcapi-routes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-14T10:33:27.940Z","updated_at":"2026-04-14T10:33:28.665Z","avatar_url":"https://github.com/opengeospatial.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Routing SWG\n\nThis GitHub repository contains [OGC](http://opengeospatial.org)'s proposed standards for routing.\n\nThe editor's drafts of the specifications can be found at\n\n* [OGC API - Routes - Part 1: Core](https://docs.ogc.org/DRAFTS/21-000.html)\n* [OGC Route Exchange Model](https://docs.ogc.org/DRAFTS/21-001.html)\n\n[OGC API standards](https://ogcapi.ogc.org) define modular API building blocks to spatially enable Web APIs in a consistent way. [OpenAPI](http://openapis.org) is used to define the reusable API building blocks with responses in JSON and HTML.\n\nThe OGC API family of standards is organized by resource type. OGC API Routes specifies API building blocks for interacting with routes.\n\nThe work on the API started in the [OGC Open Routing Pilot](https://www.ogc.org/projects/initiatives/routingpilot).\n\n## Overview\n\nIn addition to the resources provided through inheritance from [OGC API - Common](https://ogcapi.ogc.org/common), the following resources are also provided by [OGC API - Routes](https://ogcapi.ogc.org/routes):\n\n```\nPOST /routes\n```\nCompute a new route.\n\n```\nGET /routes\n```\n\nFetch routes.\n\n```\nGET /routes/{routeId}\n```\nFetch a route.\n\n```\nDELETE /routes/{routeId}\n```\n\nDelete a route.\n\n```\nGET /routes/{routeId}/definition\n```\n\nFetch the definition of a route.\n\n## Communication\n\nMost of the work on the specification takes place in [GitHub issues](https://github.com/opengeospatial/ogcapi-routes/issues),\nso browse there to get a good idea of what is happening, as well as past decisions.\n\n## Additional information\n\nThis repository contains draft content for both:\n\n* [OGC API - Routes - Part 1: Core](https://docs.ogc.org/DRAFTS/21-000.html)\n* [OGC Route Exchange Model](https://docs.ogc.org/DRAFTS/21-001.html)\n\n## Building\n\nTo generate the HTML versions of the standards from this repository yourself, ensure that you have [Ruby](https://www.ruby-lang.org/en/) and\n[Asciidoctor](https://asciidoctor.org/) set up and [installed](https://asciidoctor.org/docs/#get-started-with-asciidoctor).\nThen run:\n\n```bash\nasciidoctor api/standard/21-000.adoc\nasciidoctor rem/standard/21-001.adoc\n```\n\nThe resulting HTML files will be built in the same directory as the AsciiDoc file, e.g. as `api/standard/21-000.html`.\n\n## Contributing\n\nThe contributor understands that any contributions, if accepted by the OGC Membership, shall be incorporated into OGC standards documents and that all copyright and intellectual property shall be vested to the OGC.\n\nThe OGC Routing Standards Working Group (SWG) is the group at OGC responsible for the stewardship of the standard, but is working to do as much work in public as possible.\n\n* [Open issues](https://github.com/opengeospatial/ogcapi-routes/issues)\n* [Copy of License Language](https://raw.githubusercontent.com/opengeospatial/ogcapi-routes/master/api/LICENSE)\n\nFor more information, see [CONTRIBUTING.md](CONTRIBUTING.md).\n\nPull Requests from contributors are welcomed. However, please note that by sending a Pull Request or Commit to this GitHub repository, you are agreeing to the terms in the Observer Agreement https://portal.ogc.org/files/?artifact_id=96216\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengeospatial%2Fogcapi-routes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopengeospatial%2Fogcapi-routes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopengeospatial%2Fogcapi-routes/lists"}