canonical: https://jentic.com/apis/sameerkumar.website/sameerkumar-website

# Sameerkumar Website Geek Jokes API

A simple API that returns random geek and programming jokes. No authentication required. The API exposes 1 endpoints.

## For AI agents

Programmatically get a random geek joke. Covers 1 operations.

## Scope

Does not handle payments, communications, or crm - use for identity and authentication only.

## Capabilities

- Get a random geek joke
- Manage identity auth data programmatically
- Integrate Geek Jokes API into automated workflows
- Query and filter Geek Jokes API records by parameters
- Monitor Geek Jokes API operational status and events

## Use cases

### Identity and Authentication Operations

Use the Geek Jokes API to perform identity auth operations programmatically. The API provides 1 endpoints covering core functionality including get a random geek joke.

Example prompt: Call GET /api to get a random geek joke

### Data Retrieval and Monitoring

Query Geek Jokes 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 Geek Jokes API endpoint, compare response to last known state, and alert if changed

### AI Agent Integration via Jentic

AI agents discover and call Geek Jokes 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 'get a random geek joke', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| GET | `/api` | Get a random geek joke |

## 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:** 0 / 100
- **Maturity:** Non-Ready
- **Dimensions:**
  - Foundational Compliance: 100 / 100
  - Developer Experience & Jentic Compatibility: 63 / 100
  - AI-Readiness & Agent Experience: 52 / 100
  - Agent Usability: 94 / 100
  - Security: 100 / 100
  - AI Discoverability: 0 / 100
- **View full report:** https://jentic.com/apis/sameerkumar.website/sameerkumar-website/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 Geek Jokes API by hand means reading the reference to find its single endpoint on geek-jokes.sameerkumar.website and handling retries yourself. Through Jentic you install once, import Geek Jokes from the API Directory, and your agent calls it with no credential to manage.
- **Permission scoping:** The Geek Jokes API exposes a single read-only operation, so a rule limits the agent to the operation it needs: fetching a random joke. No other operations exist for it to reach.
- **Credential handling:** The Geek Jokes API needs no credential, so there is nothing to store; your own Jentic One instance calls it directly and no secret enters the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'get a random geek joke', and Jentic returns the matching Geek Jokes operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Auth0** — Alternative identity auth API
- **Okta** — Alternative identity auth API

## FAQ

### What authentication does the Geek Jokes API use?

The Geek Jokes 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 get a random geek joke with the Geek Jokes API?

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

### What are the rate limits for the Geek Jokes 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 get a random geek joke through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'get a random geek joke'. Jentic returns the matching Geek Jokes API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

### How many endpoints does the Geek Jokes API have?

The Geek Jokes API exposes 1 endpoints for identity auth operations.

### Can I limit what my agent is allowed to do with the Geek Jokes API?

Yes. Jentic One is self-hosted, so you run it and your own rules decide which operations and credentials the agent may use. The Geek Jokes API exposes a single read-only operation, GET /api, which fetches a random joke, so you can scope the agent to just that call and it can reach nothing else. Because no other operations exist and the API needs no credential, the agent is confined to fetching jokes.
