{"id":18928450,"url":"https://github.com/nathan-osman/go-seapi","last_synced_at":"2026-03-15T20:30:18.458Z","repository":{"id":57607752,"uuid":"84894097","full_name":"nathan-osman/go-seapi","owner":"nathan-osman","description":"Stack Exchange API client for Go","archived":false,"fork":false,"pushed_at":"2017-03-14T18:18:50.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T19:16:03.479Z","etag":null,"topics":["api","golang","stack-exchange"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/nathan-osman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-14T02:00:44.000Z","updated_at":"2017-03-14T07:35:51.000Z","dependencies_parsed_at":"2022-08-30T04:42:22.197Z","dependency_job_id":null,"html_url":"https://github.com/nathan-osman/go-seapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathan-osman%2Fgo-seapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathan-osman%2Fgo-seapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathan-osman%2Fgo-seapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathan-osman%2Fgo-seapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathan-osman","download_url":"https://codeload.github.com/nathan-osman/go-seapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239923693,"owners_count":19719177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["api","golang","stack-exchange"],"created_at":"2024-11-08T11:25:43.997Z","updated_at":"2026-03-15T20:30:18.392Z","avatar_url":"https://github.com/nathan-osman.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## go-seapi\n\n[![GoDoc](https://godoc.org/github.com/nathan-osman/go-seapi?status.svg)](https://godoc.org/github.com/nathan-osman/go-seapi)\n[![MIT License](http://img.shields.io/badge/license-MIT-9370d8.svg?style=flat)](http://opensource.org/licenses/MIT)\n\nThis package provides a simple way to access the Stack Exchange API.\n\n### Example\n\nThis example fetches a list of recent questions on Stack Overflow and displays their titles:\n\n    package main\n\n    import (\n        \"log\"\n        \"fmt\"\n\n        \"github.com/nathan-osman/go-seapi\"\n    )\n\n    func main() {\n        v, err := seapi.NewRequest(\"/questions\").Site(\"stackoverflow\").Do()\n        if err != nil {\n            log.Fatal(err)\n        }\n        for _, i := range v.List(\"items\") {\n            fmt.Println(i.String(\"title\"))\n        }\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathan-osman%2Fgo-seapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathan-osman%2Fgo-seapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathan-osman%2Fgo-seapi/lists"}