{"id":25020649,"url":"https://github.com/panoramicdata/mapbox.api","last_synced_at":"2026-02-21T02:40:14.305Z","repository":{"id":98576901,"uuid":"263704881","full_name":"panoramicdata/Mapbox.Api","owner":"panoramicdata","description":"A Mapbox API nuget package for .NET developers","archived":false,"fork":false,"pushed_at":"2026-02-01T19:21:00.000Z","size":68,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-02T03:47:10.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/panoramicdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2020-05-13T17:56:50.000Z","updated_at":"2026-02-01T19:21:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"18c9bfc2-d315-44cf-81d1-370bbe1cd2ea","html_url":"https://github.com/panoramicdata/Mapbox.Api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/panoramicdata/Mapbox.Api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FMapbox.Api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FMapbox.Api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FMapbox.Api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FMapbox.Api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panoramicdata","download_url":"https://codeload.github.com/panoramicdata/Mapbox.Api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FMapbox.Api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29671797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-02-05T12:17:02.751Z","updated_at":"2026-02-21T02:40:14.297Z","avatar_url":"https://github.com/panoramicdata.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mapbox.Api\n\n[![Nuget](https://img.shields.io/nuget/v/Mapbox.Api)](https://www.nuget.org/packages/Mapbox.Api/)\n\nTo use the Mapbox API nuget package:\n\n## Visual Studio\n\n1.\tOpen your project in Visual Studio\n2.  Right-click on the project and click \"Manage Nuget packages\"\n3.  Find the package \"Mapbox.Api\" - install the latest version\n\n## Example code (C# 8.0)\n\n``` C#\nusing Mapbox.Api;\nusing System;\nusing System.Threading.Tasks;\n\nnamespace My.Project\n{\n\tpublic static class Program\n\t{\n\t\tpublic static async Task Main()\n\t\t{\n\t\t\tvar MapboxClient = new MapboxClient(new MapboxClientOptions\n\t\t\t{\n\t\t\t\tAccessToken = \"0123456789abcdef0123456789abcdef01234567\"\n\t\t\t});\n\n\t\t\tvar geocoding = await MapboxClient\n\t\t\t\t.Geocoding\n\t\t\t\t.GetForwardsAsync(\"Greenwich Observatory, Greenwich, London\")\n\t\t\t\t.ConfigureAwait(false);\n\n\t\t\tConsole.WriteLine($\"Location: {geolocation}\");\n\t\t}\n\t}\n}\n````\n\n## API Documentation\n\nThe Mapbox API documentation can be found here:\n\n-\t[Mapbox API Documentation](https://docs.mapbox.com/api)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fmapbox.api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanoramicdata%2Fmapbox.api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fmapbox.api/lists"}