<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Gitea%2FAPI</id>
	<title>Gitea/API - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Gitea%2FAPI"/>
	<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Gitea/API&amp;action=history"/>
	<updated>2026-06-19T19:19:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://charlesreid1.com/w/index.php?title=Gitea/API&amp;diff=24718&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;Like github, Gitea offers a public-facing API that can be queried by anyone with an access token.  The API is available at &lt;code&gt;/api/v1&lt;/code&gt; and is defined in the routes fo...&quot;</title>
		<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Gitea/API&amp;diff=24718&amp;oldid=prev"/>
		<updated>2018-04-23T20:15:55Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Like github, Gitea offers a public-facing API that can be queried by anyone with an access token.  The API is available at &amp;lt;code&amp;gt;/api/v1&amp;lt;/code&amp;gt; and is defined in the routes fo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Like github, Gitea offers a public-facing API that can be queried by anyone with an access token.&lt;br /&gt;
&lt;br /&gt;
The API is available at &amp;lt;code&amp;gt;/api/v1&amp;lt;/code&amp;gt; and is defined in the routes folder of the Gitea source code.&lt;br /&gt;
&lt;br /&gt;
Here is an example that gets all of the repositories owned by a particular user:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ curl &amp;quot;https://git.charlesreid1.com/api/v1/user/repos?access_token=a936efc887b1947561ab901d08abe3b3b3128a80&amp;quot; | python -m json.tool&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Git]]&lt;br /&gt;
[[Category:Gitea]]&lt;br /&gt;
[[Category:Server]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>