GET
/
v1
/
apps
Get Apps [v1]
curl --request GET \
  --url https://api.zapier.com/v1/apps
[
  {
    "total": 3649,
    "page": 2,
    "pages": 1825,
    "per_page": 2,
    "objects": [
      {
        "uuid": "ca83afc5-ee9a-470d-b577-e7f8fd555b67",
        "title": "Slack",
        "slug": "slack",
        "description": "Slack is a platform for team communication: everything in one place, instantly searchable, available wherever you go. Offering instant messaging, document sharing and knowledge search for modern teams.",
        "image": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&ixlib=python-3.0.0&q=50",
        "url": "https://api.zapier.com/v1/embed/apps/google-ads/integrations/slack",
        "links": {
          "mutual:zap_templates": "https://api.zapier.com/v1/zap-templates?apps=slack&utm_source=partner&utm_medium=embed&utm_campaign=partner_api&referer=zapier"
        },
        "categories": [
          {
            "slug": "team-chat"
          }
        ],
        "images": {
          "url_16x16": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&fit=crop&h=16&ixlib=python-3.0.0&q=50&w=16",
          "url_32x32": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&fit=crop&h=32&ixlib=python-3.0.0&q=50&w=32",
          "url_64x64": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&fit=crop&h=64&ixlib=python-3.0.0&q=50&w=64",
          "url_128x128": "https://zapier-images.imgix.net/storage/services/6cf3f5a461feadfba7abc93c4c395b33_2.png?auto=format%2Ccompress&fit=crop&h=128&ixlib=python-3.0.0&q=50&w=128"
        },
        "app_latest": "SlackCLIAPI@latest"
      },
      {
        "uuid": "d74234df-0045-436e-bd5b-ee577e74e6b8",
        "title": "Google Calendar",
        "slug": "google-calendar",
        "description": "Google Calendar lets you organize your schedule and share events with co-workers and friends. With Google's free online calendar, it's easy to keep track of your daily schedule.",
        "image": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&ixlib=python-3.0.0&q=50",
        "url": "https://api.zapier.com/v1/embed/apps/google-ads/integrations/google-calendar",
        "links": {
          "mutual:zap_templates": "https://api.zapier.com/v1/zap-templates?apps=google-calendar&utm_source=partner&utm_medium=embed&utm_campaign=partner_api&referer=zapier"
        },
        "categories": [
          {
            "slug": "calendar"
          },
          {
            "slug": "google"
          }
        ],
        "images": {
          "url_16x16": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&fit=crop&h=16&ixlib=python-3.0.0&q=50&w=16",
          "url_32x32": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&fit=crop&h=32&ixlib=python-3.0.0&q=50&w=32",
          "url_64x64": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&fit=crop&h=64&ixlib=python-3.0.0&q=50&w=64",
          "url_128x128": "https://zapier-images.imgix.net/storage/services/62c82a7958c6c29736f17d0495b6635c.png?auto=format%2Ccompress&fit=crop&h=128&ixlib=python-3.0.0&q=50&w=128"
        },
        "app_latest": "GoogleCalendarCLIAPI@latest"
      }
    ],
    "prev_url": "https://api.zapier.com/v1/apps?per_page=2&page=1",
    "next_url": "https://api.zapier.com/v1/apps?per_page=2&page=3"
  }
]
This API is rate limited.

Authorizations

ClientIDAuthentication
string
query
required

See our authentication documentation for how to find your Client ID

Query Parameters

category
string

Categories that apps must have in order to be returned in the response

is_in_zap_template_with
any

If set, only return apps that are in a Zap Template with your app

page
number

Which page to return

per_page
number

Number of results to return per page

Case-insensitive parameter to limit the results to apps whose titles match

title_starts_with
string

Case-insensitive parameter to only return apps whose titles start with the parameter value in the response

Response

total
integer
required

The total number of Apps that matched

page
integer
required

The current page returned

pages
integer
required

The total number of pages

per_page
integer
required

How many Apps are returned per-page

objects
object[]
required

A list containing all matching Apps'

prev_url
string<uri>
required

The URL to call to get the previous matching Apps

next_url
string<uri>
required

The URL to call to get the next matching Apps