home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

4 rows where record_id = "2020-12-07-70b64e89-25702-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
fca58f9d0e568a2ae0a215aa1a14fe8d627c2051 Name of donor: USDAW Address of donor: 188 Wilmslow Road, Manchester M14 6LJ Amount of donation or nature and value if donation in kind: £10,000 monetary donation towards the General Election campaign 2019 Date received: 2 October 2019 Date accepted: 2 October 2019 Donor status: trade union (Registered 06 January 2020) (b) Any other support not included in Category 2(a) 70b64e89 2020-12-07   Mike Amesbury uk.org.publicwhip/person/25702 0 2020-12-07-70b64e89-25702-0
d36fcbb0b2e9a4a177ff4bee45a929d8451340db Name of donor: USDAW Address of donor: 188 Wilmslow Road, Manchester M14 6LJ Amount of donation or nature and value if donation in kind: £4,000 monetary donation towards the General Election campaign 2019 Date received: 2 December 2019 Date accepted: 2 December 2019 Donor status: trade union (Registered 06 January 2020) (b) Any other support not included in Category 2(a) 70b64e89 2020-12-07   Mike Amesbury uk.org.publicwhip/person/25702 1 2020-12-07-70b64e89-25702-0
2ccf0543ba81bfb9b1603655e04036c05d00fee3 Name of donor: GMB Address of donor: Jack Brown House, 80 St George's Road, Bolton, Lancashire BL1 2DD Amount of donation or nature and value if donation in kind: £5,000 monetary donation towards the General Election campaign 2019 Date received: 29 November 2019 Date accepted: 29 November 2019 Donor status: trade union (Registered 06 January 2020) (b) Any other support not included in Category 2(a) 70b64e89 2020-12-07   Mike Amesbury uk.org.publicwhip/person/25702 2 2020-12-07-70b64e89-25702-0
a35023d675d84b02982ee24e423b9423422ed7af Name of donor: CWU Address of donor: 302a Barlow Moor Road, Chorlton Park, Manchester M21 8AY Amount of donation or nature and value if donation in kind: £2,000 monetary donation towards the General Election campaign 2019 Date received: 25 November 2019 Date accepted: 25 November 2019 Donor status: trade union (Registered 06 January 2020) (b) Any other support not included in Category 2(a) 70b64e89 2020-12-07   Mike Amesbury uk.org.publicwhip/person/25702 3 2020-12-07-70b64e89-25702-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE items (
        hash VARCHAR(40) NOT NULL,
        item TEXT,
        category_id TEXT,
        date TEXT,
        member_id TEXT,
        person_id TEXT,
        sort_order INTEGER,
        record_id TEXT,
        PRIMARY KEY (hash),
        FOREIGN KEY ("category_id") REFERENCES [categories](id),
        FOREIGN KEY ("member_id") REFERENCES [members](id),
        FOREIGN KEY ("person_id") REFERENCES [people](id)
    );
CREATE INDEX items_date ON items("date");
CREATE INDEX items_category_id ON items("category_id");
CREATE INDEX items_member_id ON items("member_id");
CREATE INDEX items_person_id ON items("person_id");
CREATE INDEX items_record_id ON items("record_id");
Powered by Datasette · Queries took 31.734ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette