---
title: "Retrieve the global total for a specific id (case insensitive) in various formats. (JSON or XML)"
method: GET
path: "/v1/totals/{id}.{format}"
tags: ["Totals"]
---

# Retrieve the global total for a specific id (case insensitive) in various formats. (JSON or XML)

`GET /v1/totals/{id}.{format}`

Retrieve the global total for a specific id (case insensitive). Look at the [column descriptions](/v1/docs/column_descriptions/totals) for Totals to see all the provided information.

## Path parameters

- `id` string, required
- `format` 'json' | 'xml', required

## Query parameters

- `api_key` string, required

## Response `200`

The requested totals.

- object

## Other responses

- `400` — Bad request. Your request is malformed in some way. Check your supplied parameters.
- `401` — Unauthorized. You are missing your API key, or it has been suspended.
- `404` — Not found. The requested route was not found.
- `500` — Internal server error. Please try again later.

---

[API](https://skmtc.net/joshuaproject/apis/joshua-project-api.md) · [All operations](https://skmtc.net/joshuaproject/apis/joshua-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joshuaproject/joshua-project-api/revisions/99d2ed0023e2/schema)
