Endpoint reference

{{Endpoint|endpoint=}}

Description

== Examples ==
<div class="mw-gadget-tabbedwindow">

=== curl ===
{{Curl|url=|comment=}}

=== Python ===
<syntaxhighlight lang="python">

</syntaxhighlight>

=== PHP ===
<syntaxhighlight lang="php">

</syntaxhighlight>

=== JavaScript ===
<syntaxhighlight lang="javascript">

</syntaxhighlight>

</div>

== Parameters ==
{| class="wikitable properties"
|<code>project</code>
{{Required path}}
| Project name
|-
|<code>language</code>
{{Required path}}
| Language code
|-
|<code></code>
{{Required path}}
| 
|-
|<code></code>
{{Optional query}}
| 
|}

== Responses ==

{| class="wikitable responses"
|-
!200
| Success:
{{Response start}}
<syntaxhighlight lang="json">

</syntaxhighlight>
{{Response end}}
|-
!400
| Error:
{{Response start}}
<syntaxhighlight lang="json">

</syntaxhighlight>
{{Response end}}
|}