<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.scrabbleplayers.org/wiki/index.php?action=history&amp;feed=atom&amp;title=RESTful_API</id>
		<title>RESTful API - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.scrabbleplayers.org/wiki/index.php?action=history&amp;feed=atom&amp;title=RESTful_API"/>
		<link rel="alternate" type="text/html" href="https://www.scrabbleplayers.org/wiki/index.php?title=RESTful_API&amp;action=history"/>
		<updated>2026-04-05T07:05:25Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>https://www.scrabbleplayers.org/wiki/index.php?title=RESTful_API&amp;diff=19368&amp;oldid=prev</id>
		<title>CM000003: Created page with &quot;NASPA provides a '''RESTful API''' that is extended as needed to accommodate the needs of developers.  == General information ==  All endpoints begin with the prefix https://w...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.scrabbleplayers.org/wiki/index.php?title=RESTful_API&amp;diff=19368&amp;oldid=prev"/>
				<updated>2024-03-25T17:04:12Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;NASPA provides a &amp;#039;&amp;#039;&amp;#039;RESTful API&amp;#039;&amp;#039;&amp;#039; that is extended as needed to accommodate the needs of developers.  == General information ==  All endpoints begin with the prefix https://w...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;NASPA provides a '''RESTful API''' that is extended as needed to accommodate&lt;br /&gt;
the needs of developers.&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
All endpoints begin with the prefix https://www.scrabbleplayers.org/rest/v1&lt;br /&gt;
&lt;br /&gt;
Data is returned as a JSON hash. If an error occurred, the hash will look like: {&amp;quot;error_code&amp;quot;:&amp;quot;not-yet&amp;quot;,&amp;quot;error_text&amp;quot;:&amp;quot;unimplemented&amp;quot;}, and can be recognized by the presence of the error_code key. The error_code key will not change once assigned; the error_text might be subject to occasional editing.&lt;br /&gt;
&lt;br /&gt;
== Authentication ==&lt;br /&gt;
&lt;br /&gt;
Some endpoints require authentication. To access these in a POST request,&lt;br /&gt;
specify a valid NASPA ID as username, and corresponding password as password.&lt;br /&gt;
&lt;br /&gt;
== Endpoints ==&lt;br /&gt;
&lt;br /&gt;
Here is an incomplete list of currently supported endpoints.&lt;br /&gt;
&lt;br /&gt;
=== Players ===&lt;br /&gt;
&lt;br /&gt;
; /players/''naspaid''&lt;br /&gt;
: return a hash of public information about the player whose alphanumeric NASPA ID is ''naspaid''&lt;br /&gt;
&lt;br /&gt;
=== Tournaments ===&lt;br /&gt;
&lt;br /&gt;
; /tourney/''nnn''&lt;br /&gt;
: return a hash of information about the tournament whose numeric id is ''nnn'' &lt;br /&gt;
; /tourney?status=pending&lt;br /&gt;
: return a hash with key tourneys having a value of a list of hashes each providing data about a rated tournament that is pending (valid results not yet received)&lt;br /&gt;
; /tourney/''nnn''/submit&lt;br /&gt;
: submit rating data for the tournament whose numeric id is ''nnn'' (requires authentication, endpoint not fully implemented as of 2024-03-25)&lt;/div&gt;</summary>
		<author><name>CM000003</name></author>	</entry>

	</feed>