📌
Red Flag A!ert
  • API Introduction
  • Authentication
  • Format & Pagination
  • Company
    • Company
    • Other Resources
    • Including additional resources
    • Attributes
    • Search
  • Company Resources
    • Addresses
    • Balance Sheet
    • Cashflow
    • Contacts
    • CCJs
    • Directorships
    • Filing History
    • Group Company
    • Mortgages
    • Parent Company
    • Previous Names
    • Profit & Loss
    • Ratio Analysis
    • Shareholders
    • Unpaid Debt
    • Unpaid Losses
  • Directors
    • Directorship
    • Attributes
    • Search
  • AML
    • Introduction
    • ID & AML Check
    • Charges
    • Search
    • Example Request
    • Response
  • Appendix
    • 1: Dissolution Status Codes
    • 2: SIC Sections
    • 3: RFA Health Ratings
Powered by GitBook
On this page
  • Example URL:
  • JSON Structure:
  • Attributes

Was this helpful?

  1. Company Resources

CCJs

Example URL:

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

JSON Structure:

{
	"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

PreviousContactsNextDirectorships

Last updated 5 years ago

Was this helpful?