---
title: "Compare Features & Costs across Cloud Providers"
slug: get-field-values
url: https://apyhub.com/multicloud/service/get-field-values
provider: Multicloud.io
categories: [Developer Tools]
tags: [cloud-computing, server-pricing, instance-catalog, cloud-regions, gpu-instances, infrastructure-data]
auth: api_key
---

# Compare Features & Costs across Cloud Providers

What it does Cloud Server Catalog gives you a searchable inventory of cloud locations and server offerings across providers. Use it to look up provider, region, zone, instance type, pricing, CPU and memory specs, storage, accelerators, and architecture in a consistent format. Send query filters suc…

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `` | What it does Returns a JSON object containing the available values for several field categories use… | 100 |
| GET | `/locations` | What it does Returns a paginated list of locations. You can filter the list by provider, region, or… | 100 |
| GET | `/servers` | What it does Returns a paginated list of server listings that match the provided filters and sortin… | 100 |

## About

## What it does
Cloud Server Catalog gives you a searchable inventory of cloud locations and server offerings across providers. Use it to look up provider, region, zone, instance type, pricing, CPU and memory specs, storage, accelerators, and architecture in a consistent format.

Send query filters such as page, region, provider, price_type, instance_type, max_risk, vCPU and memory bounds, storage bounds, accelerator fields, processor fields, and sorting options. The List Servers endpoint returns a paginated `data` array plus `metadata` with `total_results`, `total_pages`, `current_page`, and `page_size`. Each server record includes fields like `catalog_id`, `provider`, `region`, `instance_type`, `vcpus`, `memory_gb`, `storage_gb`, `price_per_hour`, and `price_per_month`, with optional fields for risk, zone, disk details, accelerator details, benchmark scores, and price currency.

Use List Locations when you need the regional catalog view instead of per-instance pricing. It accepts filters for page, zone, region, provider, and sort controls, then returns paginated location records with `id`, `provider`, `region`, `display_name`, and optional `zone`, `created_at`, and `updated_at` values.

Get Field Values returns the reference lists behind the catalog, including `providers`, `price_types`, `processor_vendors`, `accelerator_vendors`, and `processor_architectures`. That is useful when you want to build filters, dropdowns, or validation rules from the same source as the server data.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/multicloud/service/get-field-values
