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 = "2021-01-18-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
956a400f93abb1579d1fdb83d71bceafe56c03c9 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 2021-01-18   Mike Amesbury uk.org.publicwhip/person/25702 0 2021-01-18-70b64e89-25702-0
f2dd880fc1157d17312bf70f5c4e185d574600a2 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 2021-01-18   Mike Amesbury uk.org.publicwhip/person/25702 1 2021-01-18-70b64e89-25702-0
a2b7d5f52140f63d559e8cb6d5b5f03fab32f6a6 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 2021-01-18   Mike Amesbury uk.org.publicwhip/person/25702 2 2021-01-18-70b64e89-25702-0
2430e8f3d22086a7e32adb298d95fd5e4358ace0 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 2021-01-18   Mike Amesbury uk.org.publicwhip/person/25702 3 2021-01-18-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 14.783ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette