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-04-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
fa931f755390e329e3659092e8798633e4acca65 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-04   Mike Amesbury uk.org.publicwhip/person/25702 0 2021-01-04-70b64e89-25702-0
68d7af0bb32d3e278a17475cef28840e8e5c6350 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-04   Mike Amesbury uk.org.publicwhip/person/25702 1 2021-01-04-70b64e89-25702-0
06fa02f06e60384470d6689ce5c2bd2290d05263 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-04   Mike Amesbury uk.org.publicwhip/person/25702 2 2021-01-04-70b64e89-25702-0
abd8e4776bedf85d08b031a8ee35f37a9c3e351e 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-04   Mike Amesbury uk.org.publicwhip/person/25702 3 2021-01-04-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 86.053ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette