<rss version="2.0">
  <channel>
    <title>Features on Trackplanet Blog</title>
    <link>https://blog.trackpla.net/categories/features/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Mon, 13 Jul 2026 21:32:36 +0100</lastBuildDate>
    
    <item>
      <title>The Public API</title>
      <link>https://blog.trackpla.net/2026/07/13/the-public-api.html</link>
      <pubDate>Mon, 13 Jul 2026 21:32:36 +0100</pubDate>
      
      <guid>http://trackplanet.micro.blog/2026/07/13/the-public-api.html</guid>
      <description>&lt;p&gt;Trackplanet has an API that&amp;rsquo;s open to its users to allow some nice automations. It&amp;rsquo;s a work in progress and this post will always reflect the current status.&lt;/p&gt;
&lt;h2 id=&#34;getting-an-api-key&#34;&gt;Getting an API key&lt;/h2&gt;
&lt;p&gt;Head to your trackplanet profile and then &amp;lsquo;Edit Profile&amp;rsquo;. Down in Developer Settings you can request an API key. This is a one-time operation and you&amp;rsquo;ll be warned to save your key somewhere. If you request another key, your old one will be revoked.&lt;/p&gt;
&lt;img src=&#34;https://eu.uploads.micro.blog/346909/2026/screenshot-2026-07-13-at-21.21.17.png&#34; width=&#34;600&#34; height=&#34;387&#34; alt=&#34;&#34;&gt;
&lt;h2 id=&#34;endpoints&#34;&gt;Endpoints&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;https://api.trackpla.net/lists/edit&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Method: POST&lt;/li&gt;
&lt;li&gt;Headers:
&lt;ul&gt;
&lt;li&gt;Content-Type: application/json&lt;/li&gt;
&lt;li&gt;X-Api-Key: &lt;code&gt;your api key&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Body:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;{
  &amp;quot;list_name&amp;quot;: &amp;lt;name_of_your_list&amp;gt;,
  &amp;quot;item&amp;quot;: &amp;quot;&amp;lt;link to track or album from supported streaming service&amp;gt;&amp;quot;
}
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Response:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;{
  &amp;quot;message&amp;quot;: &amp;quot;Track added to list successfully&amp;quot;,
  &amp;quot;list_name&amp;quot;: &amp;quot;&amp;lt;name_of_your_list&amp;gt;&amp;quot;,
  &amp;quot;item_type&amp;quot;: &amp;quot;track&amp;quot;,
  &amp;quot;track_name&amp;quot;: &amp;quot;&amp;lt;track_name&amp;gt;&amp;quot;,
  &amp;quot;artist_name&amp;quot;: &amp;quot;&amp;lt;artist_name&amp;gt;&amp;quot;
}
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you have any issues using the public API, get in touch and let me know. I&amp;rsquo;ll do my best to get it working for you. Additionally, for any other functions you would like opening up to the public API, let me know and I&amp;rsquo;ll endeavour to make them available. You can get a message to me &lt;a href=&#34;https://trackpla.net/contact&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Happy listening!&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>