> For the complete documentation index, see [llms.txt](https://developer.redflagalert.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.redflagalert.net/company-resources/ccjs.md).

# CCJs

### Example URL:

```
https://api2.redflagalert.net/v4/companies/01777777/ccjs/
```

### JSON Structure:

```javascript
{
	"meta": {
		"outstanding": 7
	},
	"data": [{
		"attributes": {
			"status": null,
			"court": "COUNTY COURT BUSINESS CENTRE",
			"date_satisfied": null,
			"amount": 506,
			"address": "PO BOX 5619, S506, SUDBURY, CO10 2PG",
			"date": "2014-11-25",
			"type": "JG"
		},
		"type": "ccj",
		"id": "645323-645323-A0QZ236F"
	}]
}
```

### Attributes

| Field Key        | Description                                                       | Notes |
| ---------------- | ----------------------------------------------------------------- | ----- |
| `status`         | Indicates whether the CCJ has been registered as satisfied or not |       |
| `court`          | The name of the court that the CCJ is registered with.            |       |
| `date_satisfied` | The date that the CCJ was satisfied.                              |       |
| `amount`         | The amount/value of the CCJ, in GBP £.                            |       |
| `address`        | The defendants address                                            |       |
| `date`           | The date that the CCJ was assigned.                               |       |
| `type`           | Indicates the level of the court                                  |       |
