{% extends "static_api/docs/layout.html" %}
{% import "static_api/docs/macros/common.html" as common with context %}
{% block description %}Gets geographies.{% endblock %}
{% block returns %}
A list of geographies or one geography.
{% endblock %}
{% block examples %}
{{ common.examples_start() }}
{{ common.example(resource, 'All geographies', '?_fields=name,url,id') }}
{{ common.examples_end() }}
{% endblock %}
{% block authorization %}
{% include "api/authorization.html" %}
{% endblock %}