{"id":26236044,"url":"https://github.com/amberpixels/notion-sdk-go","last_synced_at":"2025-07-31T01:42:25.851Z","repository":{"id":271136645,"uuid":"912497270","full_name":"amberpixels/notion-sdk-go","owner":"amberpixels","description":"Yet Another (unofficial) Notion Go Client","archived":false,"fork":false,"pushed_at":"2025-01-12T18:07:25.000Z","size":387,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T03:20:00.961Z","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":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amberpixels.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-05T18:26:43.000Z","updated_at":"2025-01-12T16:56:27.000Z","dependencies_parsed_at":"2025-01-05T19:41:27.151Z","dependency_job_id":null,"html_url":"https://github.com/amberpixels/notion-sdk-go","commit_stats":null,"previous_names":["amberpixels/notion-sdk-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amberpixels/notion-sdk-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amberpixels%2Fnotion-sdk-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amberpixels%2Fnotion-sdk-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amberpixels%2Fnotion-sdk-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amberpixels%2Fnotion-sdk-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amberpixels","download_url":"https://codeload.github.com/amberpixels/notion-sdk-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amberpixels%2Fnotion-sdk-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267973334,"owners_count":24174401,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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-03-13T03:19:27.155Z","updated_at":"2025-07-31T01:42:25.801Z","avatar_url":"https://github.com/amberpixels.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eNotion SDK for Go\u003c/h1\u003e\n    \u003cp\u003e\n        \u003cb\u003eA simple and feature-rich Go client for the \u003ca href=\"https://developers.notion.com\"\u003eNotion API\u003c/a\u003e\u003c/b\u003e\n    \u003c/p\u003e\n    \u003cbr\u003e\n\u003c/div\u003e\n\n👋 This project is a *hard fork* of [jomei/notionapi](https://github.com/jomei/notionapi),\nfocusing on introducing new features, breaking changes, and enhanced API coverage.\n\n[![GitHub tag (latest)](https://img.shields.io/github/v/tag/amberpixels/notion-sdk-go?label=go%20module)](https://github.com/amberpixels/notion-sdk-go/tags)\n[![Go Reference](https://pkg.go.dev/badge/github.com/amberpixels/notion-sdk-go.svg)](https://pkg.go.dev/github.com/amberpixels/notion-sdk-go)\n[![Test](https://github.com/amberpixels/notion-sdk-go/actions/workflows/go.yml/badge.svg)](https://github.com/amberpixels/notion-sdk-go/actions/workflows/go.yml)\n\n## Supported APIs\n\nIt supports all APIs of the Notion API version `2022-06-28`.\n\n## Installation\n\n```bash\ngo get github.com/amberpixels/notion-sdk-go\n```\n\n## Usage\n\nFirst, please follow the [Getting Started Guide](https://developers.notion.com/docs/getting-started) to obtain an integration token.\n\n### Initialization\n\nImport this library and initialize the API client using the obtained integration token.\n\n```go\nimport \"github.com/amberpixels/notion-sdk-go\"\n\nclient := notion.NewClient(\"your_integration_token\")\n```\n\n### Calling the API\n\nYou can use the methods of the initialized client to call the Notion API. Here is an example of how to retrieve a page:\n\n```go\npage, err := client.Page.Get(context.Background(), \"your_page_id\")\nif err != nil {\n    // Handle the error\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famberpixels%2Fnotion-sdk-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famberpixels%2Fnotion-sdk-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famberpixels%2Fnotion-sdk-go/lists"}