{"id":33914274,"url":"https://github.com/stellar/stellar-horizon","last_synced_at":"2026-04-06T13:01:01.956Z","repository":{"id":321463555,"uuid":"1085883239","full_name":"stellar/stellar-horizon","owner":"stellar","description":"Stellar's Horizon API service","archived":false,"fork":false,"pushed_at":"2026-03-17T04:36:23.000Z","size":83098,"stargazers_count":4,"open_issues_count":130,"forks_count":8,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-17T07:37:04.148Z","etag":null,"topics":["blockchain","cryptocurrency","horizon","stellar"],"latest_commit_sha":null,"homepage":"https://stellar.org/developers","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stellar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"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":"2025-10-29T16:34:17.000Z","updated_at":"2026-03-16T21:19:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef3a1ab7-4d88-4d46-9838-5c5db4fefe6c","html_url":"https://github.com/stellar/stellar-horizon","commit_stats":null,"previous_names":["stellar/stellar-horizon"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/stellar/stellar-horizon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fstellar-horizon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fstellar-horizon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fstellar-horizon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fstellar-horizon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stellar","download_url":"https://codeload.github.com/stellar/stellar-horizon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fstellar-horizon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31473271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"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":["blockchain","cryptocurrency","horizon","stellar"],"created_at":"2025-12-12T06:22:12.384Z","updated_at":"2026-04-06T13:01:01.931Z","avatar_url":"https://github.com/stellar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://stellar.org\"\u003e\u003cimg alt=\"Stellar\" src=\"https://github.com/stellar/.github/raw/master/stellar-logo.png\" width=\"558\" /\u003e\u003c/a\u003e\n\u003cbr/\u003e\n\u003ch1\u003eStellar Horizon API\u003c/h1\u003e\n\u003c/div\u003e\n\u003cp align=\"center\"\u003e\n\n\u003ca href=\"https://github.com/stellar/stellar-horizon/actions/workflows/go.yml?query=branch%3Amaster+event%3Apush\"\u003e![master GitHub workflow](https://github.com/stellar/stellar-horizon/actions/workflows/go.yml/badge.svg)\u003c/a\u003e\n\u003ca href=\"https://godoc.org/github.com/stellar/stellar-horizon\"\u003e\u003cimg alt=\"GoDoc\" src=\"https://godoc.org/github.com/stellar/stellar-horizon?status.svg\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://goreportcard.com/report/github.com/stellar/stellar-horizon\"\u003e\u003cimg alt=\"Go Report Card\" src=\"https://goreportcard.com/badge/github.com/stellar/stellar-horizon\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nHorizon is the client facing API server for the [Stellar ecosystem](https://developers.stellar.org/docs/start/introduction/).  It acts as the interface between [Stellar Core](https://developers.stellar.org/docs/run-core-node/) and applications that want to access the Stellar network. It allows you to submit transactions to the network, check the status of accounts, subscribe to event streams and more.\n\nCheck out the following resources to get started:\n- [Horizon Development Guide](DEVELOPING.md): Instructions for building and developing Horizon. Covers setup, building, testing, and contributing. Also contains some helpful notes and context for Horizon developers.\n- [Quickstart Guide](https://github.com/stellar/quickstart): An external tool provided from a separate repository. It builds a docker image which can be used for running the stellar stack including Horizon locally for evaluation and testing situations. A great way to observe a reference runtime deployment, to see how everything fits together.\n- [Horizon Testing Guide](internal/docs/TESTING_NOTES.md): Details on how to test Horizon, including unit tests, integration tests, and end-to-end tests.\n\n### Run a production server\nIf you're an administrator planning to run a production instance of Horizon as part of the public Stellar network, you should check out the instructions on our public developer docs - [Run an API Server](https://developers.stellar.org/docs/run-api-server/). It covers installation, monitoring, error scenarios and more.\n\n### Dependencies\n\n* Supported on the two latest major Go releases\n* Uses [Go Modules](https://github.com/golang/go/wiki/Modules) for dependency management (see [go.mod](./go.mod))\n* Standard go build, go test, and go run workflows apply\n\n### Contributing\n\nContributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.\n\nThe [Development Guide](DEVELOPING.md) will show you how to build Horizon, see what's going on behind the scenes, and set up an effective develop-test-push cycle so that you can get your work incorporated quickly.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellar%2Fstellar-horizon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstellar%2Fstellar-horizon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellar%2Fstellar-horizon/lists"}