# Introducing the pkg.go.dev API

DevFeed: [Introducing the pkg.go.dev API](<https://devfeed.tech/articles/introducing-the-pkg-go-dev-api-2362.md>)

Original publisher: [Read original article](<https://go.dev/blog/pkgsite-api>)

Author: Ethan Lee, Hana Kim, and Jonathan Amsterdam

Published: 2026-05-21T00:00:00Z

Content type: release

Language: en

Sources: [The Go Blog](<https://devfeed.tech/sources/the-go-blog.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [ai-assisted-coding](<https://devfeed.tech/tags/ai-assisted-coding.md>), [api](<https://devfeed.tech/tags/api.md>), [go](<https://devfeed.tech/tags/go.md>), [ide](<https://devfeed.tech/tags/ide.md>), [openapi](<https://devfeed.tech/tags/openapi.md>)

## AI overview

pkg.go.dev introduces an official API for querying metadata about published Go modules. The GET-only, stateless interface aims to replace scraping-based access and requires unambiguous module selection for package queries.

## Source excerpt

Introducing the new programmatic API for pkg.go.dev, allowing developers to fetch package and module data directly.