Gravity Forms website screenshot

Gravity Forms

Gravity Forms is a premium WordPress form plugin used to build advanced forms, surveys, quizzes, payment forms, and workflow applications on WordPress sites. The plugin provides drag-and-drop form building, conditional logic, add-on integrations with CRMs and marketing platforms, and entry management. The Gravity Forms REST API v2 exposes forms, entries, feeds, notifications, and submissions over HTTP using Basic Auth or OAuth 1.0a authentication scoped to API keys.

Gravity Forms publishes 5 APIs on the APIs.io network, including Entries API, Feeds API, Forms API, and 2 more. Tagged areas include WordPress, Forms, Form Builder, Surveys, and Workflows.

Gravity Forms’ developer surface includes authentication, documentation, pricing, signup flow, support, engineering blog, and 9 more developer resources.

32.8/100 thin ▬ flat Agent 26/100 agent aware Full breakdown ↓
scored 2026-08-21 · rubric v0.12.0
AccessSelf serve
6 APIs
WordPressFormsForm BuilderSurveysWorkflowsPlugins

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-21 · rubric v0.12.0
Composite quality — 32.8/100 · thin
Contract Quality 12.9 / 25
Developer Ergonomics 7.1 / 20
Access Clarity 5.0 / 20
Operational Transparency 0.3 / 13
Contract Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 26/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
Documented Reversibility 0 / 6
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/gravity-forms: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 6

Individual APIs this provider publishes, each with its own machine-readable definition.

Gravity Forms REST API v2

WordPress-hosted REST API for managing Gravity Forms forms, entries, feeds, fields, notifications, submissions, and results. Uses Basic Auth or OAuth 1.0a with consumer keys gen...

Gravity Forms Entries API

The Entries API from Gravity Forms — 2 operation(s) for entries.

Gravity Forms Feeds API

The Feeds API from Gravity Forms — 1 operation(s) for feeds.

Gravity Forms Forms API

The Forms API from Gravity Forms — 4 operation(s) for forms.

Gravity Forms Notifications API

The Notifications API from Gravity Forms — 1 operation(s) for notifications.

Gravity Forms Results API

The Results API from Gravity Forms — 1 operation(s) for results.

Open Collections 7

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Gravity Forms REST API v2

OPEN COLLECTION

Scroll for all 7

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Gravity Forms Authentication

apiKey/http · 2 schemes

SECURITY

Gravity Forms Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Gravity Forms Vulnerability Disclosure

disclosure policy published

SECURITY

Gravity Forms Trust Center

HIPAA, GDPR

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Gravity Forms Agentic Access

16 operations · 10 acting

16 operations · 10 acting

AGENTIC

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: gravity-forms
name: Gravity Forms
description: Gravity Forms is a premium WordPress form plugin used to build advanced forms, surveys, quizzes, payment forms,
  and workflow applications on WordPress sites. The plugin provides drag-and-drop form building, conditional logic, add-on
  integrations with CRMs and marketing platforms, and entry management. The Gravity Forms REST API v2 exposes forms, entries,
  feeds, notifications, and submissions over HTTP using Basic Auth or OAuth 1.0a authentication scoped to API keys.
type: Index
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/gravity-forms.png
tags:
- WordPress
- Forms
- Form Builder
- Surveys
- Workflows
- Plugins
tags_raw:
- WordPress
- Forms
- Form Builder
- Surveys
- Workflow
- Plugins
url: https://raw.githubusercontent.com/api-evangelist/gravity-forms/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.23'
apis:
- aid: gravity-forms:rest-api-v2
  name: Gravity Forms REST API v2
  description: WordPress-hosted REST API for managing Gravity Forms forms, entries, feeds, fields, notifications, submissions,
    and results. Uses Basic Auth or OAuth 1.0a with consumer keys generated in the Gravity Forms REST API settings page of
    the WordPress admin.
  humanURL: https://docs.gravityforms.com/rest-api-v2/
  baseURL: https://your-wordpress-site.example/wp-json/gf/v2
  tags:
  - WordPress
  - Forms
  - Entries
  - Feeds
  - Notification
  - Submissions
  tags_raw:
  - WordPress
  - Forms
  - Entries
  - Feeds
  - Notifications
  - Submissions
  properties:
  - type: Documentation
    url: https://docs.gravityforms.com/rest-api-v2/
  - type: Authentication
    url: https://docs.gravityforms.com/rest-api-v2-authentication/
  - type: Forms
    url: https://docs.gravityforms.com/rest-api-v2/#forms
  - type: Entries
    url: https://docs.gravityforms.com/rest-api-v2/#entries
- aid: gravity-forms:gravity-forms-entries-api
  name: Gravity Forms Entries API
  description: The Entries API from Gravity Forms — 2 operation(s) for entries.
  humanURL: https://docs.gravityforms.com/rest-api-v2/
  baseURL: https://your-wordpress-site.example/wp-json/gf/v2
  tags:
  - Entries
  properties:
  - type: OpenAPI
    url: openapi/gravity-forms-entries-api-openapi.yml
- aid: gravity-forms:gravity-forms-feeds-api
  name: Gravity Forms Feeds API
  description: The Feeds API from Gravity Forms — 1 operation(s) for feeds.
  humanURL: https://docs.gravityforms.com/rest-api-v2/
  baseURL: https://your-wordpress-site.example/wp-json/gf/v2
  tags:
  - Feeds
  properties:
  - type: OpenAPI
    url: openapi/gravity-forms-feeds-api-openapi.yml
- aid: gravity-forms:gravity-forms-forms-api
  name: Gravity Forms Forms API
  description: The Forms API from Gravity Forms — 4 operation(s) for forms.
  humanURL: https://docs.gravityforms.com/rest-api-v2/
  baseURL: https://your-wordpress-site.example/wp-json/gf/v2
  tags:
  - Forms
  properties:
  - type: OpenAPI
    url: openapi/gravity-forms-forms-api-openapi.yml
- aid: gravity-forms:gravity-forms-notifications-api
  name: Gravity Forms Notifications API
  description: The Notifications API from Gravity Forms — 1 operation(s) for notifications.
  humanURL: https://docs.gravityforms.com/rest-api-v2/
  baseURL: https://your-wordpress-site.example/wp-json/gf/v2
  tags:
  - Notification
  tags_raw:
  - Notifications
  properties:
  - type: OpenAPI
    url: openapi/gravity-forms-notifications-api-openapi.yml
- aid: gravity-forms:gravity-forms-results-api
  name: Gravity Forms Results API
  description: The Results API from Gravity Forms — 1 operation(s) for results.
  humanURL: https://docs.gravityforms.com/rest-api-v2/
  baseURL: https://your-wordpress-site.example/wp-json/gf/v2
  tags:
  - Results
  properties:
  - type: OpenAPI
    url: openapi/gravity-forms-results-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/gravity-forms-agentic-access.yml
- type: TrustCenter
  url: security/gravity-forms-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/gravity-forms-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/gravity-forms-domain-security.yml
- type: Authentication
  url: authentication/gravity-forms-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/gravityforms
- type: Website
  url: https://www.gravityforms.com
- type: Documentation
  url: https://docs.gravityforms.com
- type: API Documentation
  url: https://docs.gravityforms.com/rest-api-v2/
- type: Pricing
  url: https://www.gravityforms.com/pricing/
- type: Signup
  url: https://www.gravityforms.com/pricing/
- type: Login
  url: https://www.gravityforms.com/my-account/
- type: Support
  url: https://www.gravityforms.com/support/
- type: Blog
  url: https://www.gravityforms.com/blog/
- type: GitHubOrganization
  url: https://github.com/gravityforms
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/gravity-forms"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/gravity-forms/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/gravity-forms/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.