---
title: "API Docs"
date: 2021-10-04T13:44:59-07:00
weight: 35
draft: false
---

The [Doxygen](../../doxygen/) documentation is the most up-to-date reference for the C and C++ API of GEOS.

* [C API](../../doxygen/geos__c_8h.html)
* [C++ API](../../doxygen/cpp_iface.html)

See also:

* [C API tutorial]({{< ref "c_api" >}})
* [C++ API tutorial]({{< ref "cpp_api" >}}).

[Code examples](https://github.com/libgeos/geos/tree/main/examples) are available in the code repository.
