# Global Trade Alert > Global Trade Alert (GTA) documents government interventions that affect international commerce, and its API serves two families: the GTA data endpoints (the policy database: what governments announced) and the US tariff endpoints (TAU: the applied rate a shipment pays, computed from the full US tariff stack). Demo API keys are self-serve at https://globaltradealert.org/api-access. ## API quickstart - [GTA API Quickstart](https://globaltradealert.org/llms/quickstart.md): get a key, run a first call in five minutes, auth header, the two request conventions, troubleshooting, Python starter - [GTA data endpoints](https://globaltradealert.org/llms/quickstart-gta-endpoints.md): worked, live-executed queries for mappings, data, ticker, and the two impact-chains endpoints - [US tariff endpoints](https://globaltradealert.org/llms/quickstart-us-tariffs.md): the TAU tariff engine: calculation kit, batch rates, aggregate views, reference lists, scenarios and deals ## API reference - [OpenAPI schema, JSON](https://api.globaltradealert.org/api/schema/?format=json): machine-readable schema for every endpoint; also served as YAML at https://api.globaltradealert.org/api/schema/ - [API access](https://globaltradealert.org/api-access): plans and self-serve demo keys ## Optional - [Rendered quickstart](https://globaltradealert.org/api-access/quickstart): the same three pages as HTML - [Full quickstart in one file](https://globaltradealert.org/llms-full.txt): all three markdown parts concatenated