canonical: https://jentic.com/apis/squiggle.com.au/squiggle-com-au

# Squiggle AFL API

The Squiggle API provides AFL (Australian Football League) data including teams, games, tips, standings, ladder projections, and power rankings. No authentication is required but a descriptive User-Agent header identifying your application and contact information is mandatory. The API exposes 1 endpoints.

## For AI agents

Programmatically query the squiggle API for various data types. Covers 1 operations.

## Scope

Does not handle payments, communications, or developer tools - use for crm only.

## Capabilities

- Query the Squiggle API for various data types
- Manage crm data programmatically
- Integrate Squiggle AFL API into automated workflows
- Query and filter Squiggle AFL API records by parameters
- Monitor Squiggle AFL API operational status and events

## Use cases

### CRM Operations

Use the Squiggle AFL API to perform crm operations programmatically. The API provides 1 endpoints covering core functionality including query the squiggle API for various data types.

Example prompt: Call GET / to query the squiggle API for various data types

### Data Retrieval and Monitoring

Query Squiggle AFL API resources on a schedule to track changes, generate alerts, or feed downstream dashboards. Agents poll relevant endpoints, compare against previous state, and trigger actions when thresholds are crossed.

Example prompt: Poll the primary Squiggle AFL API endpoint, compare response to last known state, and alert if changed

### AI Agent Integration via Jentic

AI agents discover and call Squiggle AFL API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.

Example prompt: Search Jentic for 'query the squiggle API for various data types', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| GET | `/` | Query the Squiggle API for various data types |

## Key resources

- **Teams** — AFL team data
- **Games** — AFL game/fixture data
- **Sources** — Computer model prediction sources
- **Tips** — Predictions and tips from models
- **Standings** — Current and historical ladder positions

## AI readiness

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

- **Score:** 69 / 100
- **Maturity:** AI-Aware
- **Dimensions:**
  - Foundational Compliance: 100 / 100
  - Developer Experience & Jentic Compatibility: 63 / 100
  - AI-Readiness & Agent Experience: 51 / 100
  - Agent Usability: 94 / 100
  - Security: 100 / 100
  - AI Discoverability: 50 / 100
- **View full report:** https://jentic.com/apis/squiggle.com.au/squiggle-com-au/scorecard
- **How the score is calculated:** https://docs.jentic.com/reference/api-readiness-framework/overview/
- **More about the dimensions:** https://docs.jentic.com/reference/api-readiness-framework/specification/#dimensional-model-overview

### Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

- **Score your own API:** https://jentic.com/scorecard.md
- **Scoring CLI agent skill:** https://github.com/jentic/jentic-api-scorecard/blob/main/skills/jentic-api-scorecard/SKILL.md

```sh
npx @jentic/api-scorecard-cli score <openapi-url>
```

## Why Jentic

- **Setup:** Wiring the Squiggle AFL API by hand means reading its docs to learn the single query endpoint on api.squiggle.com.au and the parameters that select each data type yourself. Through Jentic you install once, import the Squiggle AFL API from the API Directory, and your agent calls it, since this API needs no credential.
- **Permission scoping:** This API exposes one read-only query operation, so you can limit the agent to that single call: it fetches the AFL data you ask for and can do nothing else.
- **Credential handling:** The Squiggle AFL API needs no credential, so there is nothing to store, and no secret ever enters the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'get AFL fixtures' or 'fetch the current ladder', and Jentic returns the matching Squiggle AFL API operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Hubspot** — Alternative crm API
- **Salesforce** — Alternative crm API
- **Pipedrive** — Complementary crm API
- **Zoho** — Complementary crm API

## FAQ

### What authentication does the Squiggle AFL API use?

The Squiggle AFL API uses no authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.

### Can I query the squiggle API for various data types with the Squiggle AFL API?

Yes. Use the GET / endpoint. The API returns structured JSON responses that agents can parse and act on directly.

### What are the rate limits for the Squiggle AFL API?

Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.

### How do I query the squiggle API for various data types through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'query the squiggle API for various data types'. Jentic returns the matching Squiggle AFL API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

### How many endpoints does the Squiggle AFL API have?

The Squiggle AFL API exposes 1 endpoints covering teams, games, sources operations.

### Can I limit what my agent is allowed to do with the Squiggle AFL API?

Yes. Because you run Jentic One yourself, your own rules decide which operations your agent may call, and the Squiggle AFL API exposes only a single read-only GET / query operation. You can allow the agent that one call to fetch AFL data such as teams, games, tips, and ladder standings while blocking everything else. Since this API needs no credential, there are no secrets for the agent to reach, so its access stays limited to reading the AFL data you permit.
