Home
Instabug (Luciq)
Instabug Structure
Instabug Structure
JSON Structure outline of the Luciq mobile observability domain — applications, crashes (with grouped occurrences and pivot patterns), app hangs, user-reported bugs, and store/native/custom reviews.
Type:
Properties: 0
Agentic AI APM Application Performance Monitoring Bug Reporting Crash Reporting MCP Mobile Mobile Observability Observability Session Replay
Instabug Structure is a JSON Structure definition published by Instabug (Luciq). It conforms to the https://json-structure.org/schema/v0/ meta-schema.
Meta-schema: https://json-structure.org/schema/v0/
JSON Structure
{
"$schema": "https://json-structure.org/schema/v0/",
"$id": "https://raw.githubusercontent.com/api-evangelist/instabug/main/json-structure/instabug-structure.json",
"title": "Luciq Mobile Observability Structure",
"description": "JSON Structure outline of the Luciq mobile observability domain — applications, crashes (with grouped occurrences and pivot patterns), app hangs, user-reported bugs, and store/native/custom reviews.",
"version": "1.0",
"entities": [
{
"name": "Application",
"schema": "json-schema/instabug-application-schema.json",
"relations": [
{ "to": "Crash", "via": "slug", "cardinality": "1..*" },
{ "to": "AppHang", "via": "slug", "cardinality": "1..*" },
{ "to": "Bug", "via": "slug", "cardinality": "1..*" },
{ "to": "Review", "via": "token", "cardinality": "1..*" }
]
},
{
"name": "Crash",
"schema": "json-schema/instabug-crash-schema.json",
"relations": [
{ "to": "Application", "via": "slug", "cardinality": "*..1" },
{ "to": "Occurrence", "via": "crash_number", "cardinality": "1..*" }
]
},
{
"name": "Occurrence",
"schema": "json-schema/instabug-occurrence-schema.json",
"relations": [
{ "to": "Crash", "via": "crash_number", "cardinality": "*..1" }
]
},
{
"name": "AppHang",
"schema": "json-schema/instabug-app-hang-schema.json",
"relations": [
{ "to": "Application", "via": "slug", "cardinality": "*..1" }
]
},
{
"name": "Bug",
"schema": "json-schema/instabug-bug-schema.json",
"relations": [
{ "to": "Application", "via": "slug", "cardinality": "*..1" }
]
},
{
"name": "Review",
"schema": "json-schema/instabug-review-schema.json",
"relations": [
{ "to": "Application", "via": "token", "cardinality": "*..1" }
]
},
{
"name": "WebhookPayload",
"schema": "json-schema/instabug-webhook-payload-schema.json",
"discriminator": "Outbound event payload; one of BugPayload, CrashPayload, APMEventPayload"
}
]
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
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 JSON Structure
curl "https://apis.io/api/v1/json-structures/instabug-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.