# Development Projects API

{% openapi src="/files/eFaW0EjgH98zedozBbqJ" path="/development-projects" method="get" %}
[openapi-v2-gitbook-dp.yaml](https://4247423272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoMmCBruuV1Nk6U0nv7ow%2Fuploads%2Fq7Qi15o6F8gDngx5TzpU%2Fopenapi-v2-gitbook-dp.yaml?alt=media\&token=f0f90818-043b-4732-ae37-30aa1f9df24f)
{% endopenapi %}

**EXAMPLES**

Development projects located within a 10 km radius of Beaumont, Texas, USA.

```bash
https://api.aterio.io/v1/development-projects?radius=10&distance_type=km&address=Beaumont, Texas, USA
```

Development projects located within a 5-mile radius centered at (30.06105548, -94.07966726).

```bash
https://api.aterio.io/v1/development-projects?latitude=30.06105548&longitude=-94.07966726&radius=5&distance_type=mi
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledge.aterio.io/data-integrations/general-api-guide/apis/development-projects-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
