--- hide-toc: true --- # gfw-api-python-client The `gfw-api-python-client` simplifies access to Global Fishing Watch (GFW) data through [our APIs](https://globalfishingwatch.org/our-apis/documentation). It offers straightforward functions for retrieving GFW data. For R users, we also provide the gfwr package; learn more [here](https://globalfishingwatch.github.io/gfwr/) ```{toctree} :hidden: getting-started installation usage-guides/index ``` ```{toctree} :caption: Project :hidden: development-guides/index apidocs/index GitHub ``` ```{toctree} :caption: Useful Links :hidden: Website Our APIs Terms of Use FAQs R package ``` To learn about how to use `gfw-api-python-client`, check out the following resources: - [Getting Started](getting-started) - [Installation Guide](installation) - [Usage Guides](usage-guides/index) - [4Wings API](usage-guides/4wings-api) - [Vessels API](usage-guides/vessels-api) - [Events API](usage-guides/events-api) - [Insights API](usage-guides/insights-api) - [References Data API](usage-guides/references-data-api) If you find bugs, need help, or want to contribute, check out the following resources: - [Development Guides](development-guides/index) - [GitHub Issues](https://github.com/GlobalFishingWatch/gfw-api-python-client/issues) If you find any security issues, please follow the process outlined in [Security](development-guides/security) section to report it.