no key · no human

GitLab API, RSS and sitemap

Every article GitLab publishes, as JSON, through an open API with no key and no signup. 156 of their articles are indexed right now, refreshed hourly.

United StatesEnglishGermanFrench#9,964 by volume

Four ways to pull gitlab.com

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from gitlab.com, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=about.gitlab.com&size=20"open it →

RSS Subscribe in any reader

The same articles as an RSS 2.0 feed. Works in Feedly, Inoreader, Thunderbird — anywhere.

curl -s "https://freenewsapi.ai/v1/rss?host=about.gitlab.com&size=50"open it →

JSON Feed For apps

JSON Feed 1.1, the same content in a format apps parse natively.

curl -s "https://freenewsapi.ai/v1/feed.json?host=about.gitlab.com&size=50"open it →

Trimmed For agents

Only the fields an agent needs — title, url, date, language — so the response stays small.

curl -s "https://freenewsapi.ai/v1/search?host=about.gitlab.com&size=20&fields=title,url,published_at,lang"open it →

Call the API

A live request. Paste it into a terminal and GitLab headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=about.gitlab.com,docs.gitlab.com&size=5"

This page covers 2 hosts of gitlab.com as one publisher: about.gitlab.com, docs.gitlab.com. The API accepts them comma-separated in host.

156
articles indexed
30
in the last 30 days
2
median per day
7
languages
1682 min
median crawl lag
08.06 → 02.09
archive depth

Publishing volume

Articles per day over the last 40 days. The busiest hour is 00:00 UTC — that is when the newsroom pushes its main batch.

2026-06-08: 1 articles2026-06-09: 9 articles2026-06-10: 18 articles2026-06-12: 1 articles2026-06-15: 4 articles2026-06-16: 1 articles2026-06-17: 11 articles2026-06-18: 9 articles2026-06-19: 3 articles2026-06-22: 1 articles2026-06-24: 1 articles2026-06-25: 3 articles2026-06-29: 3 articles2026-07-01: 2 articles2026-07-02: 1 articles2026-07-07: 1 articles2026-07-08: 4 articles2026-07-09: 2 articles2026-07-16: 22 articles2026-07-17: 2 articles2026-07-20: 5 articles2026-07-22: 4 articles2026-07-23: 1 articles2026-07-27: 2 articles2026-07-28: 1 articles2026-07-29: 6 articles2026-07-31: 2 articles2026-08-03: 5 articles2026-08-06: 2 articles2026-08-12: 8 articles2026-08-13: 4 articles2026-08-17: 2 articles2026-08-18: 2 articles2026-08-19: 1 articles2026-08-20: 4 articles2026-08-24: 1 articles2026-08-25: 1 articles2026-08-26: 3 articles2026-08-27: 2 articles2026-09-02: 2 articles06-0806-1706-2907-1607-2808-1308-2509-02
bash
curl "https://freenewsapi.ai/v1/stats?host=about.gitlab.com,docs.gitlab.com&top=10"

Publishing rhythm

When GitLab actually publishes, by hour of day (UTC) and by day of week — measured from 156 timestamps, not from a schedule they advertise.

00: 1520001: 00102: 00203: 20304: 00405: 00506: 10607: 00708: 00809: 00910: 01011: 01112: 01213: 01314: 01415: 01516: 01617: 21718: 01819: 01920: 02021: 02122: 02223: 023
Mon: 24MonTue: 15TueWed: 60WedThu: 50ThuFri: 8FriSat: 0SatSun: 0Sun

Sections

Sections come from the publisher's own markup, present on 73% of their articles.

Languages

The site identifies itself under GitLab, about.gitlab.com — separate editions publishing under one domain.

CodeLanguageArticlesShare
enEnglish6843.6%
deGerman3119.9%
frFrench3019.2%
jaJapanese2516.0%
esSpanish10.6%
itItalian10.6%
ptPortuguese10.6%

Latest articles

The 18 most recent GitLab articles in the index — the same rows the API returns, rendered for humans.

Critical remote code execution in vm2, a widely used Node.js sandbox library
2026-09-02 00:00 UTC · Abisheik Magesh
GitLab's Threat Research Group found a critical sandbox escape vulnerability in vm2, one of the most widely adopted Node.js sandboxing libraries. The vulnerability uses a
GitLab’s internal playbook to foster AI-fluent technical teams
2026-09-02 00:00 UTC · Manu Narayan
Give two engineering teams the same AI tool and you can end up with two very different outcomes. One team ships faster with fewer bugs, while the other gets burned by an
GitLab compliance frameworks: Adhere to SOC 2 in minutes
2026-08-27 00:00 UTC · Fernando Diaz
Compliance is the part of software delivery that everyone agrees is important, yet nobody enjoys. It often lives in spreadsheets, screenshots, and the quiet dread of an u
How to recognize your team with GitLab Achievements
2026-08-27 00:00 UTC · Lee Tickett
Every team runs on people who go above and beyond. The engineer who fixes the flaky test nobody else will touch. The reviewer who turns your merge request around in an ho
Making room for what's next in the GitLab UI
2026-08-26 00:00 UTC · Jeremy Elder
Throughout this year, the product interface has been in a season of reduction. On the heels of dark mode , the tide has been moving out with a quieter application chrome,
Git was built for humans — agents need an upgrade
2026-08-26 00:00 UTC · Kranthi Erusu
The industry is now racing to rebuild source code management for agents. We showed our answer at GitLab Transcend , but let’s reiterate why rebuilding the Git backend is
Scale software delivery pipelines in isolation without owning the runner fleet
2026-08-25 00:00 UTC · Kyurim Rhee
Many enterprises choose GitLab Dedicated for a clear reason: a secure and compliant, single-tenant GitLab instance, managed by GitLab. As agentic workflows drive more pip
When code is abundant
2026-08-24 00:00 UTC · Bill Staples
I returned from the holiday break in January convinced that something fundamental had changed. Large language models had reached the point where they could produce useful
When your backlog outgrows your team, GitLab scales remediation
2026-08-20 00:00 UTC · Alisa Ho
Security teams have historically struggled to keep up with triage and remediation when development was happening at human speed. Today, that challenge is exacerbated by d
Run agentic software delivery inside the boundaries you already trust
2026-08-20 00:00 UTC · Ozer Dondurmacioglu
Many enterprises choose GitLab Dedicated for a clear reason: a single-tenant instance, managed by GitLab, in a cloud region they select. That isolation already covers sou
Build custom flows in minutes with the Flow Creator agent
2026-08-20 00:00 UTC · Rebecca Carter
Custom Flows already let teams turn manual, multi-step work into automation that runs on GitLab events. But writing one meant learning the Flow Registry schema first. Tha
GitLab 19.3 released
2026-08-20 00:00 UTC
From chaos to context: Building an AI dev workflow
2026-08-19 00:00 UTC · Gregory Havenga
There's a particular kind of frustration that happens when prompting an AI assistant with the same correction multiple times in a single session. The marvels of modern la
From OpenTofu to Argo CD: GitLab as your AWS control plane
2026-08-18 00:00 UTC · Javier Urones Monteserín, Clober
Configuring cloud-based environments is complex, as it requires considering networking, subscriptions, services, and all the components that make up the underlying infras
Avoid the massive end-to-end tax of default full history clones
2026-08-18 00:00 UTC · Darwin Sanoy
It's easy to think of git clone as a client-side operation, but the settings of this operation impact the server side and all networks in between. When you run a default
Critical remote code execution in Serena, a popular MCP coding agent
2026-08-17 00:00 UTC · Daniel Abeles
Serena, one of the most widely used AI coding agents, ran attacker-supplied code the moment a developer opened a project. GitLab's Threat Research Group found a critical

Harvest it all

Page through the archive by date. from and to accept YYYY-MM-DD or relative values such as now-7d.

bash
curl "https://freenewsapi.ai/v1/search?host=about.gitlab.com,docs.gitlab.com&from=now-7d&size=100"

To poll for new material, keep the timestamp of the newest article you saw and ask only for what came after it:

bash
curl "https://freenewsapi.ai/v1/search?host=about.gitlab.com,docs.gitlab.com&from=now-1h&sort=date_asc"

Article bodies come with full_text=true. No key, no quota tier, no header — see the search endpoint for every parameter.

Metadata quality

How well GitLab marks up its own pages — useful if you are deciding whether to parse them yourself.

72%
dates from JSON-LD
87%
articles with a byline
73%
articles with sections
186 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 1682 min at the median, 7795 minutes at the 90th percentile.

Similar publishers

Comparable outlets in the same language. Those without a page here yet link straight to their slice of the API.

FAQ

Does GitLab have an official API?

Not a public one. This endpoint is the practical alternative: their articles as structured JSON, with title, lead, publication time, section, byline and a link back to the original.

How do I get their RSS feed?

Most publishers expose one at /rss or /feed, but feeds carry only the last few dozen items and drop them within hours. This index keeps 156 of their articles and lets you filter by date, language and section.

How many articles does GitLab publish per day?

2 on a median day, measured across 40 days.

Can I use this commercially?

The API is free and unauthenticated. What you may do with the content is between you and the publisher: we return metadata, a lead paragraph and a link, not a licence.