Citation graph traversal around a seed case. Returns directed nodes and
edges plus per-edge treatment hints, a topCitedBy ranking of
the most influential subsequent citers, and bi-directional traversal
in one call.
Most case-law APIs expose raw cited-by lists, with no depth control, no treatment classification, no influence ranking. We do all four.
| Depth | Credits | USD | What you get |
|---|---|---|---|
| 1 | 10 | $0.10 | Immediate citing-by + cites-to neighbours |
| 2 | 25 | $0.25 | One additional hop on each neighbour |
India: flat 5 credits ($0.05).
clusterId — US only. Fastest. Get it from /citations/resolve
or /research/search.citation — works for both jurisdictions. We resolve it before
traversal.The seed object plus two arrays:
nodes — every non-seed case touched, with clusterId,
caseName, citation, dateFiled, citeCount, absoluteUrl.edges — directed: source cites target. Each carries:
direction: cited (source cites the seed) or citing (seed
cites the source, i.e. authority).depth: 1 or 2.treatment: positive / negative / neutral / unknown.
Heuristic classifier on the citation window in the citer’s opinion.snippet: the actual citation context when enrichment succeeded.Plus summary fields:
counts: {cited, citingBy, total, positive, negative, neutral, unknown}.topCitedBy: top 5 citing-by nodes ranked by their own forward
citation count. These are the cases that most carry the seed forward.Legacy graph with nodes / edges keyed by SCR / INSC citations.
relationshipType is root / cited / cited_by; treatment is
one of followed / distinguished / overruled / referred.
For more details, see the API Reference.
Documentation Index
Fetch the complete documentation index at: https://vaquill.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key issued from the Vaquill developer dashboard. Pass as Authorization: Bearer vq_key_...
Root citation. For India: SCR/INSC/SCC/AIR. For US: any Bluebook citation, or use clusterId instead.
3 - 200US only. Vaquill case cluster ID. Faster than a citation string because it skips the resolution step.
x >= 1Traversal direction (India only).
outbound, inbound, both Max hops (1-3)
1 <= x <= 3Max nodes (1-100)
1 <= x <= 100ISO 3166-1 alpha-2 country code (e.g. IN for India). Reserved for future multi-jurisdiction support. Currently the dataset covers India only, so requests for other country codes will return empty results naturally from the database.