> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployment and Specification Information

> You can view which environments the API Proxy is deployed to, check access addresses, and access API Specification Files (Swagger, OpenAPI, WSDL). You can access specification files through the API Proxy.

## Deployment Information

The deployment information section displays which [environments](/en/concepts/core-concepts/what-is-environment) the [API Proxy](/en/concepts/core-concepts/what-is-api-proxy) is deployed to and the access address in that environment. An API Proxy can be deployed to multiple environments at the same time.

If an API Proxy Group has been created from the API Proxy, information about that group is also displayed in this area.

<img src="https://mintcdn.com/apinizer/brWu4H3JyK0OgbJV/images/develop/api-proxy-konfigurasyonu/yukleme-bilgileri.png?fit=max&auto=format&n=brWu4H3JyK0OgbJV&q=85&s=8adbedcc87c9c4b5d54b2164e1aac552" alt="Deployment Information" width="1000" height="500" data-path="images/develop/api-proxy-konfigurasyonu/yukleme-bilgileri.png" />

### Deployment Information Fields

| Field                   | Description                                                                                                                                                                                                                                                                                                                                                           |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Environment**         | The Environment information where the API Proxy is deployed.                                                                                                                                                                                                                                                                                                          |
| **Access Type**         | The access type information of the API Proxy.                                                                                                                                                                                                                                                                                                                         |
| **URL**                 | The access address of the API Proxy. It is automatically generated using the Gateway Address and the access address of the deployed Environment.                                                                                                                                                                                                                      |
| **Specification Files** | The Specification files of the API Proxy. Specification files in Swagger and OpenAPI formats are generated for each API Proxy. If the API Proxy type is SOAP, WSDL and XSD specification files will also be generated. When the **Show** link is clicked for any environment, the API Specification Files valid for that environment for the API Proxy are displayed. |

## Viewing Specification Files

When the **Show** button is clicked, a dialog showing API Proxy definitions in different types and formats opens:

<img src="https://mintcdn.com/apinizer/brWu4H3JyK0OgbJV/images/develop/api-proxy-konfigurasyonu/tanim-dosyalari-dialog.png?fit=max&auto=format&n=brWu4H3JyK0OgbJV&q=85&s=0136e32b319618c35a9b74bbc7e0a587" alt="Specification Files Dialog" width="1000" height="700" data-path="images/develop/api-proxy-konfigurasyonu/tanim-dosyalari-dialog.png" />

<Warning>
  If the related API Proxy is part of a Group and the **Block Direct Access to API Proxies** option is selected from the API Proxy Group screen, a warning box is displayed in this section.
</Warning>

## Accessing Specification Files Through API Proxy

The content of specification files opens as shown above when the **Show** link is clicked and can be copied from there. However, this method is for users with roles such as API Developer, API Tester working on the Apinizer platform. Clients cannot access these interfaces.

Clients can use the access address of the Environment where the API Proxy is deployed in the following way to access specification files:

For example, let the API Proxy's access address in Production Environment be `https://demo.apinizer.com/apigateway/petstoreProxy`.

Requests can be sent to the following addresses to access specification files:

### Swagger 2.x (JSON)

* `https://demo.apinizer.com/apigateway/petstoreProxy?swagger`
* `https://demo.apinizer.com/apigateway/petstoreProxy?swagger&format=json`
* `https://demo.apinizer.com/apigateway/petstoreProxy?swagger.json`

### Swagger 2.x (YAML)

* `https://demo.apinizer.com/apigateway/petstoreProxy?swagger&format=yaml`
* `https://demo.apinizer.com/apigateway/petstoreProxy?swagger.yaml`

### OpenAPI 3.x (JSON)

* `https://demo.apinizer.com/apigateway/petstoreProxy?openapi`
* `https://demo.apinizer.com/apigateway/petstoreProxy?openapi&format=json`
* `https://demo.apinizer.com/apigateway/petstoreProxy?openapi.json`

### OpenAPI 3.x (YAML)

* `https://demo.apinizer.com/apigateway/petstoreProxy?openapi&format=yaml`
* `https://demo.apinizer.com/apigateway/petstoreProxy?openapi.yaml`

### WSDL (If API Proxy is SOAP)

* `https://demo.apinizer.com/apigateway/calc?wsdl`

## Next Steps

<CardGroup cols={2}>
  <Card title="General Information Tab" icon="info-circle" href="/en/develop/api-proxy-configuration/overview">
    API Proxy general information
  </Card>

  <Card title="Settings" icon="gear" href="/en/develop/api-proxy-configuration/settings">
    API Proxy settings
  </Card>

  <Card title="Design" icon="pencil" href="/en/develop/api-proxy-configuration/design">
    API Proxy design tab
  </Card>
</CardGroup>
