{"id":20614334,"url":"https://github.com/devincarr/goarxiv","last_synced_at":"2026-04-22T07:34:52.842Z","repository":{"id":28913769,"uuid":"32438722","full_name":"DevinCarr/goarxiv","owner":"DevinCarr","description":"Go API wrapper for arXiv.org's search API","archived":false,"fork":false,"pushed_at":"2015-03-18T17:59:30.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T04:12:34.742Z","etag":null,"topics":[],"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/DevinCarr.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":null,"support":null}},"created_at":"2015-03-18T04:55:06.000Z","updated_at":"2021-08-24T15:21:39.000Z","dependencies_parsed_at":"2022-08-03T04:15:34.468Z","dependency_job_id":null,"html_url":"https://github.com/DevinCarr/goarxiv","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/DevinCarr%2Fgoarxiv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevinCarr%2Fgoarxiv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevinCarr%2Fgoarxiv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevinCarr%2Fgoarxiv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevinCarr","download_url":"https://codeload.github.com/DevinCarr/goarxiv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242268863,"owners_count":20100068,"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":[],"created_at":"2024-11-16T11:12:29.440Z","updated_at":"2026-04-22T07:34:52.759Z","avatar_url":"https://github.com/DevinCarr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goarxiv [![Build Status](https://travis-ci.org/DevinCarr/goarxiv.svg)](https://travis-ci.org/DevinCarr/goarxiv) [![GoDoc](https://godoc.org/github.com/devincarr/goarxiv?status.svg)](http://godoc.org/github.com/devincarr/goarxiv)\n\nA Go API wrapper around the arXiv.org [API](arxiv.org/help/api/user-manual). Provides simple access to the search query and returns in a simple Atom XML struct format.\n\n## How to\n```shell\ngo get github.com/devincarr/goarxiv\n```\nand\n```Go\nimport github.com/devincarr/goarxiv\n```\n#### New Search\n```Go\n// Build a new search struct\ns := goarxiv.New()\n\n// Add some search parameters\ns.AddQuery(\"search_query\",\"cat:cs.LG\")\n\n// Get the results and print first article\nresult, error := s.Get()\nif error != nil { error }\nfmt.Println(result.Entry[0].Title)\n\n// \"Hierarchical Reinforcement Learning with the MAXQ Value Function\n  Decomposition\"\n```\n\n#### Result Format\nThe results from the arXiv.org API are in Atom XMl format and goarxiv utilizes `golang.org/x/tools/blog/atom` for the results parsing. See [godoc/atom](https://godoc.org/golang.org/x/tools/blog/atom) for the format of the results.\n\n## License\nThe MIT License (MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevincarr%2Fgoarxiv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevincarr%2Fgoarxiv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevincarr%2Fgoarxiv/lists"}