# About

List of Enterprise Component APIs and regional availability. {.sub-title___devsite}

<nav class="md-docs-tabs-action___devsite">

- [Overview](#overview)
- [Regional Availability](#regional-availability)

</nav>

&nbsp;

>Enterprise Component APIs are not available to new clients in **APAC/EMEA**. If you are a current **APAC/EMEA** client onboarded to an Enterprise Components API, you can still access the supporting documentation by changing the site region settings. Click the documentation link, then select “**Americas**” from the region selector in the main navigation bar.
>
>See the [Direct Web Services](/direct-web-services/documentation/direct-web-services/about) section for APIs which are available globally.

## Overview

Enterprise Component APIs 


## Regional Availability

The following table lists the APIs currently available and information about regional availability.


<table style="width:80%">
    <tr>
        <th  style="font-size: 16px !important;">API</th>
        <th  style="font-size: 16px !important;">Regional Availability</th>
    </tr>
    <tr>
        <td style="font-size: 18px !important;">
            Cost Calculator
        </td>
        <td style="font-size: 18px !important;">
            <a href="/direct-web-services/documentation/enterprise-component-apis/cost-calculator/overview"
            class="region-tag region-northamerica">Americas</a>
            <span class="region-tag region-blank">APAC/EMEA</span>
        </td>
    </tr>
    <tr>
        <td style="font-size: 18px !important;">
            Documents
        </td>
        <td style="font-size: 18px !important;">
            <a href="/direct-web-services/documentation/enterprise-component-apis/documents/overview"
            class="region-tag region-northamerica">Americas</a>
            <span class="region-tag region-blank">APAC/EMEA</span>
        </td>
    </tr>
    <tr>
        <td style="font-size: 18px !important;">
            Editorial
        </td>
        <td style="font-size: 18px !important;">
            <a href="/direct-web-services/documentation/enterprise-component-apis/editorial/overview"
            class="region-tag region-northamerica">Americas</a>
            <span class="region-tag region-blank">APAC/EMEA</span>
        </td>
    </tr>
    <tr>
        <td style="font-size: 18px !important;">
            Goal Analysis
        </td>
        <td style="font-size: 18px !important;">
            <a href="/direct-web-services/documentation/enterprise-component-apis/goal-analysis/overview"
            class="region-tag region-northamerica">Americas</a>
            <span class="region-tag region-blank">APAC/EMEA</span>
        </td>
    </tr>
    <tr>
        <td style="font-size: 18px !important;">
            Screener
        </td>
        <td style="font-size: 18px !important;">
            <a href="/direct-web-services/documentation/enterprise-component-apis/screener/overview"
            class="region-tag region-northamerica">Americas</a>
            <span class="region-tag region-blank">APAC/EMEA</span>
        </td>
    </tr>
    <tr>
        <td style="font-size: 18px !important;">
            Security Details
        </td>
        <td style="font-size: 18px !important;">
            <a href="/direct-web-services/documentation/enterprise-component-apis/security-details/overview"
            class="region-tag region-northamerica">Americas</a>
            <span class="region-tag region-blank">APAC/EMEA</span>
        </td>
    </tr>
    <tr>
        <td style="font-size: 18px !important;">
            Time Series
        </td>
        <td style="font-size: 18px !important;">
            <a href="/direct-web-services/documentation/enterprise-component-apis/time-series/about"
            class="region-tag region-northamerica">Americas</a>
            <span class="region-tag region-blank">APAC/EMEA</span>
        </td>
    </tr>
</table>


<style>


.region-tag {
  display: inline-block;
  font-size: 0.6em;
  padding: 0.3em 0.5em;
  font-weight: 600;
  color: #fff !important;     /* force white text always */
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  vertical-align: middle;
  line-height: 1.5;
  margin-left: 0.5em;
  text-decoration: none !important;
}

/* Region colors */
.region-northamerica {
  background-color: #00741d;
}

.region-apacemea {
  background-color: #004376;
}

.region-blank {
  background-color: #ffffff;
}

.region-syncasync {
  border: 1px solid #0F0F0F; !important;
  color: rgba(47, 46, 46, 0.75); !important;
}

/* Ensure link stays white in all states */
.region-tag:link,
.region-tag:visited,
.region-tag:hover,
.region-tag:active {
  color: #fff !important;
}

/* Optional hover styling */
.region-tag:hover {
  text-decoration: underline !important;
}



.status-tag {
  display: inline-block;
  font-size: 0.6em;
  padding: 0.3em 0.5em;
  font-weight: 600;
  color: #0F0F0F;    /* force white text always */
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  vertical-align: middle;
  line-height: 1.5;
  margin-left: 0.5em;
  text-decoration: none !important;
}

.region-syncasync {
  background-color: #FFFFFF;
}



</style>


<style>
.blockquote-highlight {
  color: #555; !important;
  background-color: #ffe5e5; !important;
  padding: 1em; !important;
  margin: 1em 0; !important;
}


.status-draft {
  background-color: #f0ad4e; !important;
}

.status-published {
  background-color: #5cb85c; !important;
}

.status-archived {
  background-color: #6c757d; !important;
}
</style>