A view that permits a GET to allow listing all the entries
in the database

**Route** - `/entries`

#Query Parameters -

- `?search=` - Search by title, description, get_involved, interest,
creator, and tag.
- `?ids=` - Filter only for entries with specific ids. Argument
must be a comma-separated list of integer ids.
- `?tag=` - Allows filtering entries by a specific tag
- `?issue=` - Allows filtering entries by a specific issue
- `?help_type=` - Allows filtering entries by a specific help type
- `?has_help_types=<True or False>` - Filter entries by whether they have
help types or not. Note that `True`
or `False` is case-sensitive.
- `?featured=True` (or False) - both capitalied. Boolean is set in admin UI
- `?page=` - Page number, defaults to 1
- `?page_size=` - Number of results on a page. Defaults to 48
- `?ordering=` - Property you'd like to order the results by. Prepend with
`-` to reverse. e.g. `?ordering=-title`
- `?moderationstate=` - Filter results to only show the indicated moderation
state, by name. This will only filter if the calling
user has moderation permissions.

GET /api/pulse/v2/entries/?format=api&ordering=get_involved_url
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=get_involved_url&page=2",
    "previous": null,
    "results": [
        {
            "id": 135,
            "content_url": "https://coralproject.net/first-product/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Trust",
            "description": "A tool for blog or news publishers to use existing comments to indicate trust or reputation of people who comment.",
            "get_involved": "Contribute to the community dialog or the code. Start at https://coralproject.net/get-involved/.",
            "get_involved_url": "",
            "interest": "Comments are tricky and volatile. This helps publishers find & highlight their best commenters so they can set tone for future visitors.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T18:04:12.621000Z",
            "moderation_state": 3
        },
        {
            "id": 2228,
            "content_url": "https://www.youtube.com/watch?v=_Y_QY7n1RYg",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2021: Bias Reel",
            "description": "How do algorithms discriminate against different communities? Hear from the MozFest community about ways we can combat bias and create a safer internet for all.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-12_210557.1764020000.png",
            "created": "2021-07-12T21:05:57.176189Z",
            "moderation_state": 3
        },
        {
            "id": 1291,
            "content_url": "https://www.reviewboard.org/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2016"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Review Board",
            "description": "Review Board takes the pain out of code review, saving you time, money, and sanity so you can focus on making great software.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-02_000028.5234360000.png",
            "created": "2019-08-02T00:00:28.434076Z",
            "moderation_state": 3
        },
        {
            "id": 112,
            "content_url": "https://blog.webmaker.org/introducing-new-ways-to-connect-with-mozilla-learning",
            "is_bookmarked": false,
            "tags": [
                "community",
                "community call",
                "curriculum",
                "mozilla learning",
                "newsletter",
                "tweetchat",
                "workshop"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "New Ways to Connect To Mozilla Learning",
            "description": "Mozilla Learning now offers a newsletter, curriculum workshop, community call, and Tweetchat as regular, monthly ways to connect.",
            "get_involved": "Tweet @MozTeach or email [email protected] with questions/feedback.",
            "get_involved_url": "",
            "interest": "Strengthen relationships with our community, to support & provide open/free resources, and create spaces to connect people across the globe.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-11T22:10:23.908000Z",
            "moderation_state": 3
        },
        {
            "id": 106,
            "content_url": "http://www.512tech.com/technology/mozilla-expands-its-national-gigabit-project-austin/0wo6pcOmcpRqDKrPypDfbP/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla expands its National Gigabit Project to Austin",
            "description": "Coverage of Mozilla's gigabit work",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla in the news",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T14:08:23.196000Z",
            "moderation_state": 3
        },
        {
            "id": 422,
            "content_url": "https://blog.mozilla.org/blog/2017/08/22/battle-save-net-neutrality-panel-tom-wheeler-ro-khanna-mozilla-leading-tv-producers-others/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Battle to Save Net Neutrality",
            "description": "On Monday, September 18, Mozilla is gathering leaders at the forefront of protecting net neutrality. We’ll discuss why it matters, what lies ahead, and what can be done to protect it.\n\nLeaders like former FCC Chairman Tom Wheeler and Congressman Ro Khanna will discuss net neutrality’s importance to free speech, innovation, competition and social justice.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-22_172612.6131650000.jpg",
            "created": "2017-08-22T17:26:12.611916Z",
            "moderation_state": 3
        },
        {
            "id": 114,
            "content_url": "http://flukeout.com/examples/typer",
            "is_bookmarked": false,
            "tags": [
                "type",
                "typing"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Alphabet Typer Race",
            "description": "Type the alphabet as fast as you can!",
            "get_involved": "They can try to type the alphabet as fast as they can.",
            "get_involved_url": "",
            "interest": "They like to type fast.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-08T22:48:17.897000Z",
            "moderation_state": 3
        },
        {
            "id": 111,
            "content_url": "https://blog.webmaker.org/open-world-open-web",
            "is_bookmarked": false,
            "tags": [
                "hackathon",
                "high school",
                "students",
                "technology"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "SPARK Hackathon",
            "description": "Participants came from six different area high schools and formed teams to tackle real-world problems posed by sponsors, including Mozilla.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Local industry professionals came to HS students with real-life problems to solve.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-11T22:13:24.040000Z",
            "moderation_state": 3
        },
        {
            "id": 89,
            "content_url": "http://mozilla.github.io/learning-networks/clubs/events-women-girls-guide/",
            "is_bookmarked": false,
            "tags": [
                "event",
                "girls",
                "learning",
                "teaching",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Designing safe and inclusive events for women",
            "description": "Some best practices on how to design safe and inclusive events for women and girls.",
            "get_involved": "Email your best practices to [email protected]",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-15T10:16:36.869000Z",
            "moderation_state": 3
        },
        {
            "id": 105,
            "content_url": "http://www.npr.org/2016/02/19/467318811/mozilla-foundation-backs-apple-in-encryption-case-with-federal-government",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Foundation Backs Apple In Encryption Case With Federal Government",
            "description": "Coverage of Mozilla's encryption campaign",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla in the news",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T14:09:17.793000Z",
            "moderation_state": 3
        },
        {
            "id": 96,
            "content_url": "https://public.etherpad-mozilla.org/p/sciencelab-calls-aug11-2016",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Science Lab Community Call - August 2016",
            "description": "Notes from the Mozilla Science Lab's August community call on maps and mapped data. This call takes place every other month, highlighting work relevant to science and the web.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-08-17T13:02:56.749000Z",
            "moderation_state": 3
        },
        {
            "id": 98,
            "content_url": "https://github.com/MozillaFoundation/mentorship-program",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mentorship Program",
            "description": "12 week online mentorship program designed to connect open leaders and increase collaboration and contributorship on open projects in our network.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-08-12T21:52:13.769000Z",
            "moderation_state": 3
        },
        {
            "id": 97,
            "content_url": "http://www.nytimes.com/2016/08/12/opinion/too-poor-to-afford-the-internet.html?smid=tw-share&_r=0",
            "is_bookmarked": false,
            "tags": [
                "article",
                "hive"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Too Poor to Afford the Internet",
            "description": "Article by NYPL President Tony Marx’s (Hive NYC member) in the NY Times OpEd on digital inclusion.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Strong framing for the issues, problems and opportunities we face insuring that the public internet is protected.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-08-16T18:33:13.707000Z",
            "moderation_state": 3
        },
        {
            "id": 2060,
            "content_url": "https://alternative-twitter-embeds.glitch.me/",
            "is_bookmarked": false,
            "tags": [
                "embed",
                "tweets",
                "twitter"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Stefan Bohacek",
            "submitter_profile_id": 1609,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stefan Bohacek",
                    "profile_id": 1609,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Alternative Tweet Embeds",
            "description": "Embed tweets without compromising your users' privacy and your site's performance.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-05-04T19:38:18.310485Z",
            "moderation_state": 3
        },
        {
            "id": 69,
            "content_url": "https://github.com/mozilla/thimble.mozilla.org/pull/1559",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Rad Contribution to Thimble",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's a great example of a collaboration with a new contributor",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-06T21:50:55.827000Z",
            "moderation_state": 3
        },
        {
            "id": 107,
            "content_url": "https://www.engadget.com/2016/06/28/mozilla-encryption-game/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla made a game to teach you the basics of encryption",
            "description": "Engadget coverage of Mozilla's Codemoji game",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T14:06:48.329000Z",
            "moderation_state": 3
        },
        {
            "id": 72,
            "content_url": "http://mzl.la/hivesd924",
            "is_bookmarked": false,
            "tags": [
                "event",
                "gigabit community fund",
                "hive",
                "meetup"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Robert Friedman",
                    "profile_id": 4,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hive Austin's First Meetup",
            "description": "Hive ATX's first official meetup on 9/24: a Gigabit Fund info session, EdTech Demo, and networking event for educators, technologists and entrepreneurs interested in digital literacy and inclusion.",
            "get_involved": "We're looking for resources that support more inclusive practices in digital literacy education.",
            "get_involved_url": "",
            "interest": "MLN messaging in deck, event agenda and feedback survey; results: most participants came b/c they were invited by someone else, 100% wld recommend the event to a colleague & 92% wanted to attend a follow-up meetup in Nov/Dec.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-30T20:30:49.169000Z",
            "moderation_state": 3
        },
        {
            "id": 108,
            "content_url": "http://lifehacker.com/mozillas-web-literacy-map-teaches-the-essential-web-ski-1772260465?utm_campaign=socialflow_lifehacker_twitter&utm_source=lifehacker_twitter&utm_medium=socialflow",
            "is_bookmarked": false,
            "tags": [
                "comms"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla's Web Literacy Map Teaches the Essential Web Skills Everyone Should Know",
            "description": "Story about Mozilla in Lifehacker",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla in the news!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T14:05:20.477000Z",
            "moderation_state": 3
        },
        {
            "id": 39,
            "content_url": "https://www.helixarts.com/offthebeat.html",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest",
                "youth music online collaboration"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Off The Beat",
            "description": "We want to jam with you...an experiment between Mozfest London and Northumberland. No music skills needed.",
            "get_involved": "Follow @helixarts to support our project.",
            "get_involved_url": "",
            "interest": "If interested in digital, latency, live streaming, sharing and collaborating...with a hint of an interest in music, get along. Everyone listens to music, right?!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-29T07:43:07.470000Z",
            "moderation_state": 3
        },
        {
            "id": 923,
            "content_url": "https://github.com/rvpanoz/luna",
            "is_bookmarked": false,
            "tags": [
                "electron",
                "management",
                "nodejs",
                "npm",
                "react"
            ],
            "issues": [],
            "help_types": [
                "Promote",
                "Code",
                "Design"
            ],
            "published_by": "Panos Rv",
            "submitter_profile_id": 1652,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Panos Rv",
                    "profile_id": 1652,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Luna - npm package manager",
            "description": "NPM Package manager through a modern UI. Created with ReactJS and Redux, Material-UI. Bundled with Webpack. Build on Electron.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "manage npm packages through a modern UI",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-22_145647.8814810000.png",
            "created": "2018-09-22T14:56:47.880760Z",
            "moderation_state": 3
        },
        {
            "id": 2227,
            "content_url": "https://www.youtube.com/watch?v=4jDFRSbGc2c",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2021: Transparency Reel",
            "description": "How can transparency help us hold big tech companies accountable? This highlight reel showcases the MozFest community’s response to issues of transparency and privacy in AI.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-12_210337.2010160000.png",
            "created": "2021-07-12T21:03:37.200799Z",
            "moderation_state": 3
        },
        {
            "id": 12,
            "content_url": "https://prototype.internethealthreport.org/",
            "is_bookmarked": false,
            "tags": [
                "internet health"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 6,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Internet Health Report",
            "description": "How do we measure the health of the Internet? In 2016, we laid the groundwork for a new open source effort to track the health of the Internet from year to year. The prototype for the report is launching in January 2017 (check back!).",
            "get_involved": "We will be requesting feedback on the prototype and gathering ideas for the next version in 2017.",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-04_130025.0393240000.png",
            "created": "2016-12-16T11:38:54.053000Z",
            "moderation_state": 3
        },
        {
            "id": 899,
            "content_url": "https://www.newschool.edu/digital-equity-lab/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Meghan McDermott",
            "submitter_profile_id": 292,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "\"Take it or Leave it\"",
            "description": "With support from Mozilla Foundation, this research study by Digital Equity Lab (DEL) uncovers how NYC residents are forced to sacrifice online privacy for internet service. With advisory support from Open Technology Institute’s Ranking Digital Rights (RDR) project, DEL adapted RDR's global framework to the municipal level.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Thoughtful research and adaptation of global indices for local discovery of digital privacy conditions affecting vulnerable communities",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2018-08-21T18:39:03.477115Z",
            "moderation_state": 3
        },
        {
            "id": 131,
            "content_url": "http://newslynx.readthedocs.org/en/latest/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "NewsLynx",
            "description": "A tool for measuring the qualitative and quantitative impact of news stories.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Enables journalists and publishers to measure the impact of their stories.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T19:58:52.061000Z",
            "moderation_state": 3
        },
        {
            "id": 406,
            "content_url": "https://misinfocon.com/dear-internet-can-we-talk-we-have-an-information-pollution-problem-of-epic-proportions-a1c31b600fdc",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "digital inclusion",
                "fakenews",
                "information",
                "internet health",
                "mozfest",
                "trolling",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Phillip Smith",
            "submitter_profile_id": 50,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Phillip Smith",
                    "profile_id": 50,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Dear Internet, can we talk? We have an information pollution problem of epic proportions.",
            "description": "Misinformation and disinformation are not challenges specific to any single platform, or the responsibility of any single company: they represent a tsunami of polluted information that is threatening the fabric of trust between users and what they experience online. It’s a potential “global environmental disaster” that impacts everyone. And though the spotlight so far has mostly been on so-called “fake news,” the problem extends far beyond news and reaches into just about every aspect of our modern-day digital lives.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-20_172109.8764820000.jpg",
            "created": "2017-07-20T17:21:08.293276Z",
            "moderation_state": 3
        },
        {
            "id": 65,
            "content_url": "http://hivechicago.org/celebrating-chiteen-lit-fest-chicagos-first-literary-festival-for-teens-by-teens/",
            "is_bookmarked": false,
            "tags": [
                "hive",
                "literary",
                "teen"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Celebrating ChiTeen Lit Fest",
            "description": "Chicago’s first literary festival for teens by teens. A collaboration of Hive Chicago Learning Network organizations.  Here's a recap.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The Chicago Teen Lit Fest aims to provide a safe and creative space for young adults to unlock and discover their unique voice through literary arts. The ChiTeen Lit Fest (https://chiteenlitfest.org/) is brought to you by Chicago Public Library, Columbia College Chicago, Poetry Foundation, UIC-College of Education, After School Matters, Center for College Access and Success, Allstate, Jewel Catering, Chicago Tribune, and Kuumba Lynx. This event is supported by the Chicago Public Library Foundation and the Hive Chicago Fund for Connected Learning at the Chicago Community Trust.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-07T19:38:54.661000Z",
            "moderation_state": 3
        },
        {
            "id": 349,
            "content_url": "http://blogs.edweek.org/edweek/learning_deeply/2017/05/the_common_denominator_between_sesame_street_and_the_internet_learning.html",
            "is_bookmarked": false,
            "tags": [
                "article",
                "chicago",
                "hive",
                "learning"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Common Denominator Between Sesame Street and the Internet? Learning",
            "description": "Today, the Hive Chicago Fund for Connected Learning at The Chicago Community Trust, in partnership with the Hive Chicago Learning Network at the Mozilla Foundation, are asking a similar question: How can the internet, digital media, and technology be leveraged for learning?\n\nThis Education Week post is by Sana N. Jafri, a program officer with the Hive Chicago Fund for Connected Learning at The Chicago Community Trust. \n\n(photo credit CC BY 2.0 https://www.flickr.com/photos/ssoosay/5762345557)",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Sana makes a compelling and simple case for Mozilla's investment in Web Literacy and Hive Networks.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-02_210827.7760200000.jpg",
            "created": "2017-06-02T21:08:27.775490Z",
            "moderation_state": 3
        },
        {
            "id": 87,
            "content_url": "https://www.changecopyright.org/",
            "is_bookmarked": false,
            "tags": [
                "action",
                "advocacy",
                "copyright",
                "petition"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Copyright Petition",
            "description": "Sign and share our copyright petition",
            "get_involved": "Sign the petition and share",
            "get_involved_url": "",
            "interest": "Copyright laws impact a lot of our everyday activities",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-16T15:20:30.993000Z",
            "moderation_state": 3
        },
        {
            "id": 435,
            "content_url": "https://medium.com/@slehane/internet-health-as-common-knowledge-5fe1ec1e9815",
            "is_bookmarked": false,
            "tags": [
                "internet health",
                "libraries",
                "professional development",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Localize & translate"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Internet Health as Common Knowledge",
            "description": "What would it look like if the concept of Internet Health were common knowledge?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-13_205535.9217480000.png",
            "created": "2017-09-13T20:55:35.921248Z",
            "moderation_state": 3
        },
        {
            "id": 511,
            "content_url": "https://medium.com/@ambaonadventure/how-much-indians-get-to-use-the-internet-vs-how-much-of-the-internet-we-get-to-use-4b84bc440775",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Essay: How Much Indians Use the Internet vs. How Much of the Internet We Use",
            "description": "Mozilla Tech Policy Fellow Amba Kak writes about internet access in India.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_083139.6211100000.png",
            "created": "2017-10-27T08:31:39.620446Z",
            "moderation_state": 3
        },
        {
            "id": 359,
            "content_url": "https://blog.mozilla.org/blog/2017/06/06/new-mozilla-poll-americans-political-parties-overwhelmingly-support-net-neutrality/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Poll: Americans Overwhelmingly Support Net Neutrality",
            "description": "A recent public opinion poll carried out by Mozilla and Ipsos revealed overwhelming support across party lines for net neutrality, with over three quarters of Americans (76%) supporting net neutrality. Eighty-one percent of Democrats and 73% of Republicans are in favor of it.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-06_145916.9646760000.jpg",
            "created": "2017-06-06T14:59:16.964377Z",
            "moderation_state": 3
        },
        {
            "id": 497,
            "content_url": "https://medium.com/@terahlyons/the-international-project-of-ai-governance-1fca928e05d4",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Essay: The International Project of AI Governance",
            "description": "Mozilla Tech Policy Fellow Terah Lyons writes about the intersection of artificial intelligence and public policy.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_130545.1498950000.png",
            "created": "2017-10-25T13:05:45.149423Z",
            "moderation_state": 3
        },
        {
            "id": 67,
            "content_url": "http://geojournalism.org/2015/02/create-immersive-photo-experiences-with-google-photo-sphere/",
            "is_bookmarked": false,
            "tags": [
                "3d",
                "hive",
                "photo"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Create Your Own Google Photosphere",
            "description": "Hive Chicago member Peggy Notebaert Nature Museum shared their use of photospheres with teens to create immersive 3-D images that empower Internet image creators.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Anyone who wants to use immersive, 360-degree images for place-based learning. Geojournalism.org (http://geojournalism.org/about/) is part of the portfolio of InfoAmazonia (http://infoamazonia.org/), a multidisciplinary team hosted in Brazil  working to create useful applications for environmental coverage. The online toolkit was created in partnership with Internews’ Earth Journalism Network (http://earthjournalism.net/) and the Flag It! Project (http://ecolab.oeco.org.br/projects/flagit/).",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-07T19:14:54.379000Z",
            "moderation_state": 3
        },
        {
            "id": 166,
            "content_url": "http://www.bbc.com/news/world-africa-39273651",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "BBC: Web literacy training in Cape Town",
            "description": "BBC Africa segment showcasing web literacy work by Mozilla and UN Women in Cape Town, South Africa",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-03-17T18:39:14.405439Z",
            "moderation_state": 3
        },
        {
            "id": 13,
            "content_url": "https://leaomozillaclubs.com/maker-party-week-campinas-2016-direito-autoral-arte-e-aprendizado-e9a4b421dffd#.kvng5htzw",
            "is_bookmarked": false,
            "tags": [
                "makerparty"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 9,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Maker Party Week Campinas 2016: copyright, art and learning",
            "description": "The Maker Party this year is focused on the need for changes in copyright laws in Europe, but there are other ways to work a Maker Party in Brazil, since it is important to educate as people on copyright and open licenses.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-15T23:26:04.944000Z",
            "moderation_state": 3
        },
        {
            "id": 41,
            "content_url": "https://github.com/WinnieMakokha/Using-open-sourced-Crowd-mapping-to-improve-citizen-and-government-engagement",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "citizen engagement",
                "crowdmapping",
                "governments",
                "mozfest"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Citizen-E",
            "description": "Citizen-E is a new initiative to create a crowdsourced citizen and government engagement platform on public health and education.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-28T22:27:02.461000Z",
            "moderation_state": 3
        },
        {
            "id": 16,
            "content_url": "http://detroitcommunitytech.org/?q=teachcommtech",
            "is_bookmarked": false,
            "tags": [
                "accessible",
                "community",
                "detroit",
                "guide",
                "learning",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Teaching Community Technology Handbook",
            "description": "This 100+ page handbook will take you through the history of popular education while offering a step-by-step guide to developing community rooted technology workshops and curricula. Community Technology focuses on teaching strategies that make learning technology accessible and relevant.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-02T17:15:26.059000Z",
            "moderation_state": 3
        },
        {
            "id": 6,
            "content_url": "https://advocacy.mozilla.org",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mass surveillance",
                "media artist"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mass Surveillance Challenge",
            "description": "Mozilla Advocacy Network’s Surveillance Counter Narratives Project is a $350k challenge supported (in part) by the Open Society Foundations. Web-based media artists in Europe and Latin America compete to create compelling narratives that challenge mass surveillance & shift public opinion & behavior.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "An open call for proposals will be released in early 2017. Winners receive funding, a global stage, and connections across the Mozilla Leadership Network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-01-04T20:35:06.325000Z",
            "moderation_state": 3
        },
        {
            "id": 18,
            "content_url": "https://medium.com/@kristinashu/designing-for-mozilla-festival-e398d65ec249#.vka0ctdwf",
            "is_bookmarked": false,
            "tags": [
                "blog",
                "design",
                "mozfest"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Designing for MozFest",
            "description": "Blog post sharing the design process and experience working on MozFest.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-23T20:31:32.735000Z",
            "moderation_state": 3
        },
        {
            "id": 391,
            "content_url": "https://engineering.ucsb.edu/news/bringing-wifi-technology-remote-native-american-reservation-communities",
            "is_bookmarked": false,
            "tags": [
                "native americans",
                "nsf",
                "reservations",
                "wifi"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Bringing wifi technology to remote Native American reservation communities",
            "description": "Belding and her collaborators at Georgia Tech, Penn State and local partner Tribal Digital Village (TDV), are working to roll out the technology and services necessary to bring online more homes, municipal buildings and businesses on 13 reservations. Some homes have internet service, but many would-be subscribers live in remote areas that are difficult to reach with current wireless technologies.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "“Many residents of Native American reservations around the country don’t have internet access at all,” said Belding, “This group is at the forefront.”",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-26_151044.2300330000.jpg",
            "created": "2017-06-26T15:10:44.229394Z",
            "moderation_state": 3
        },
        {
            "id": 22,
            "content_url": "https://hildahnyakwaka.com/2016/10/06/the-beginning/",
            "is_bookmarked": false,
            "tags": [
                "digital literacy",
                "inclusion",
                "kenya",
                "mozilla clubs",
                "mozilla clubs for women and girls",
                "nairobi",
                "regional coordinator",
                "slums",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hildah's account of a Mozilla Club for girls in Nairobi",
            "description": "Hear from a Regional Coordinator in Nairobi giving an account to why Mozilla Clubs matters as she travels to Kariobangi, one of the slum areas in Nairobi, to see her Club Captain teach the web to young girls.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-08T18:51:46.184000Z",
            "moderation_state": 3
        },
        {
            "id": 23,
            "content_url": "https://medium.com/mozilla-open-mic/m%C3%A9xico-has-a-new-mozilla-club-and-it-starts-with-a-leadership-training-for-women-in-tech-3c0538d92d1a#.wq9p0ch1u",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "latam",
                "liza",
                "mexico",
                "mozilla mexico community",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "México has a new Mozilla Club and it starts with a leadership training for women in tech!",
            "description": "Learn why the México Mozilla Club was created: to help, inspire, and create safe learning spaces, not only for women, but also for everyone that wants to create amazing content for the internet society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-08T18:49:32.008000Z",
            "moderation_state": 3
        },
        {
            "id": 24,
            "content_url": "http://www.unwomen.org/en/news/stories/2016/10/take-five-with-joy-chebet-bii",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "digital literacy",
                "kenya",
                "nairobi",
                "women",
                "women and web literacy",
                "world teachers day",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Take five with Joy Chebet Bii: Why does digital literacy matter for women and girls?",
            "description": "Joy Chebet Bii is a 20-year-old living in Nairobi, Kenya. Joy is a Mozilla Club captain teaching web literacy skills to women and girls in Nairobi. Joy uses her expertise to teach girls in Kibera, the biggest slum in Nairobi, basic coding and digital literacy skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-08T18:47:44.563000Z",
            "moderation_state": 3
        },
        {
            "id": 28,
            "content_url": "http://mozilla.github.io/learning-networks/clubs/events-women-girls-guide/",
            "is_bookmarked": false,
            "tags": [
                "inclusivity",
                "mozilla clubs",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Tips for desinging safe and inclusive events for women and girls",
            "description": "The purpose of this guide is to equip event facilitators with the required know-how to ensure effective and impactful event management for women and girls.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-08T18:23:34.683000Z",
            "moderation_state": 3
        },
        {
            "id": 358,
            "content_url": "https://www.youtube.com/watch?v=dRDz_1a8vqQ",
            "is_bookmarked": false,
            "tags": [
                "internet health",
                "re:publica"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Internet Health Clinic",
            "description": "At re:publica 2017, Mozilla's Internet Health Clinic examined the state of privacy, inclusion and openness online. Come have a look.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-06_145753.6951110000.png",
            "created": "2017-06-06T14:57:53.694798Z",
            "moderation_state": 3
        },
        {
            "id": 10,
            "content_url": "http://mzl.la/MLN2016Timeline",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "curriculum",
                "gigabit",
                "hive",
                "iot",
                "mln",
                "mozfest",
                "mozilla leadership network",
                "privacy",
                "science",
                "women"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Leadership Network 2016 Reflections Timeline",
            "description": "An Interactive timeline featuring highlights from the Mozilla Leadership Network in 2016.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Learn more about key events, announcements, and new projects from across the MLN team in 2016.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-16T21:40:36.101000Z",
            "moderation_state": 3
        },
        {
            "id": 37,
            "content_url": "http://www.natureincode.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Nature, In Code",
            "description": "Learn JavaScript while learning biology. Nature, In Code is a web resource, a MOOC and a book",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Anyone trying to bring computational thinking using just the browser to students? This project could be interesting for you.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-30T08:39:51.013000Z",
            "moderation_state": 3
        },
        {
            "id": 132,
            "content_url": "http://harloholm.es/2014/11/29/unveilling...-unveillance.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Unveillance",
            "description": "Privately send documents to a server to run bits of code experiments, written by you or your friends.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "A library that combines friend-to-friend file sharing, machine learning, and If-This-Then-That-style programming.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T19:48:51.942000Z",
            "moderation_state": 3
        }
    ]
}