home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where record_id = "2017-05-02-2fa6c1a9-10766-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
b9c0257dd6dc790fff105057909ece2291b01d64 Name of donor: Unite the Union (National Office) Address of donor: 128 Theobalds Road, London WC1X 8TN Amount of donation or nature and value if donation in kind: £20,000 received via the Labour Party to support my campaign for Mayor of Greater Manchester Donor status: trade union (Registered 30 March 2017) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2017-05-02   Andy Burnham uk.org.publicwhip/person/10766 0 2017-05-02-2fa6c1a9-10766-0
72f238d24513d12224bdf3fba0addabdb89ce63d Name of donor: Unite the Union (North West Regional Office) Address of donor: Transport House, Merchants Quay, Salford M50 3SG Amount of donation or nature and value if donation in kind: £20,000 received via the Labour Party to support my campaign for Mayor of Greater Manchester Donor status: trade union (Registered 30 March 2017) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2017-05-02   Andy Burnham uk.org.publicwhip/person/10766 1 2017-05-02-2fa6c1a9-10766-0
07cc4eacb8ee9fce7a1657d4de7734adc7ed4a3e Name of donor: USDAW Address of donor: Ibis Court, Centre Park, Warrington WA1 1RL Amount of donation or nature and value if donation in kind: £5,000 received via the Labour Party to support my campaign for Mayor of Greater Manchester Donor status: trade union (Registered 30 March 2017) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2017-05-02   Andy Burnham uk.org.publicwhip/person/10766 2 2017-05-02-2fa6c1a9-10766-0
1173ee4b72fbd7109100f13804e7317af78e8f24 Name of donor: Unison Address of donor: Arena Point, 1 Hunts Bank, Manchester M3 1UN Amount of donation or nature and value if donation in kind: £10,000 donation in kind (postal franking) received via the Labour Party to support my campaign for Mayor of Greater Manchester Donor status: trade union (Registered 30 March 2017) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2017-05-02   Andy Burnham uk.org.publicwhip/person/10766 3 2017-05-02-2fa6c1a9-10766-0
9406f106a73f21e244002f79c392796feaec26a3 Name of donor: Lionlike Management Ltd Address of donor: 645 Warrington Road, Rainhill, Merseyside L35 4LY Amount of donation or nature and value if donation in kind: £5,000 received via the Labour Party to support my campaign for Mayor of Greater Manchester Donor status: company, registration 7211285 (Registered 30 March 2017) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2017-05-02   Andy Burnham uk.org.publicwhip/person/10766 4 2017-05-02-2fa6c1a9-10766-0
2c8e93c58f314c004d9549295f2d508729e47034 Name of donor: Inclusive Technology Ltd Address of donor: Gateshead Business Park, Delph OL3 5BX Amount of donation or nature and value if donation in kind: £5,000 received via the Labour Party to support my campaign for Mayor of Greater Manchester Donor status: company, registration 03525459 (Registered 30 March 2017) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2017-05-02   Andy Burnham uk.org.publicwhip/person/10766 5 2017-05-02-2fa6c1a9-10766-0
d2fe651713c5cd67610c19346bde49d016bf5239 Name of donor: Simon Arora Address of donor: private Amount of donation or nature and value if donation in kind: £5,000 received via the Labour Party to support my campaign for Mayor of Greater Manchester Donor status: individual (Registered 30 March 2017) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2017-05-02   Andy Burnham uk.org.publicwhip/person/10766 6 2017-05-02-2fa6c1a9-10766-0
d96b79ca196cc6a46abe2fe12e0c842518c8b29d Name of donor: Aslef Address of donor: 75-77 St. John St, London EC1M 4NN Amount of donation or nature and value if donation in kind: £2,000 received via the Labour Party to support my campaign for Mayor of Greater Manchester Donor status: trade union (Registered 30 March 2017) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2017-05-02   Andy Burnham uk.org.publicwhip/person/10766 7 2017-05-02-2fa6c1a9-10766-0
e5d532126e2026f8da50bc2f7a0e45e1c70a70d1 Name of donor: Intro Developments Address of donor: Universal Square, Building 2, 3rd Floor, Devonshire Street North, Manchester M12 6JH Amount of donation or nature and value if donation in kind: £20,000 received via the Labour Party to support my campaign for Mayor of Greater Manchester Donor status: company, registration 09527278 (Registered 11 April 2017) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2017-05-02   Andy Burnham uk.org.publicwhip/person/10766 8 2017-05-02-2fa6c1a9-10766-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 15.936ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette