{"info":{"_postman_id":"1909798f-015d-4159-a502-d2fac2c97d05","name":"QueryApp API v1","description":"<html><head></head><body><p>Retrieve community, government, social service and other types of records from the QueryApp database.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9260923","collectionId":"1909798f-015d-4159-a502-d2fac2c97d05","publishedId":"Szf55VXW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-04-18T17:45:27.000Z"},"item":[{"name":"Record Searching","id":"e5f61525-5f87-4fbf-b453-dcd1792516da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"Lang\": \"en\",\n\t\"Search\": \"term/match\",\n\t\"SearchType\": \"coverage/proximity\",\n\t\"Latitude\": 0,\n\t\"Longitude\": 0,\n\t\"Distance\": 25,\n\t\"Term\": \"search keywords\",\n\t\"MatchMode\": \"headings/category/pubcodes/taxcodes/taxterm/taxterms\",\n\t\"MatchTerms\": \"\",\n\t\"MatchMulti\": \"and/or\",\n\t\"MatchMode2\": \"headings/category/pubcodes/taxcodes/taxterm/taxterms\",\n\t\"MatchTerms2\": \"\",\n\t\"SortOrder\": \"best/distance/name\",\n\t\"PageIndex\": 0,\n\t\"PageSize\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://data.211support.org/api/v1/search?key={{api_key}}","description":"<h4 id=\"searching-by-proximity\">Searching by Proximity</h4>\n<p>Latitude/Longitude coordinates are required.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Lang                    = Language (\"en\" / \"fr\")\nSearchType              = \"proximity\"\nDistance                = Return records within this distance\nLatitude                = Latitude \nLongitude               = Longitude\n\nFor Keyword Searches\n\nSearch                  = \"term\"\nTerm                    = Search terms for keyword searches\n\nFor Match Searches\n\nSearch                  = \"match\"\nMatchMode               = Type of matching (\"headings\", \"category\", \"pubcodes\", \"taxcodes\", \"taxterm\", \"taxterms\" or an iCarol allowed database field)\nMatchTerms              = Keywords to match to matchMode field separated by vertical line |\nMatchMulti              = Optional - Add another set of matches to query (\"and\" or \"or\")\nMatchMode2              = Optional - Type of matching (\"headings\", \"category\", \"pubcodes\", \"taxcodes\", \"taxterm\", \"taxterms\" or an iCarol allowed database field)\nMatchTerms2             = Optional - Keywords to match to matchMode field separated by vertical line |\n</code></pre><h4 id=\"searching-by-coveragearea-served\">Searching by Coverage/Area Served</h4>\n<p>Latitude/Longitude coordinates or list of communities are required.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Lang                    = Language (\"en\" / \"fr\")\nSearchType              = \"coverage\"\nLatitude                = Latitude \nLongitude               = Longitude\nCommunities             = Return records servicing these communities, each community seperated by a vertical line |\n\nFor Keyword Searches\n\nSearch                  = \"term\"\nTerm                    = Search terms for keyword searches\n\nFor Match Searches\n\nSearch                  = \"match\"\nMatchMode               = Type of matching (\"headings\", \"category\", \"pubcodes\", \"taxcodes\", \"taxterm\", \"taxterms\" or an iCarol allowed database field)\nMatchTerms              = Keywords to match to matchMode field separated by vertical line |\nMatchMulti              = Optional - Add another set of matches to query (\"and\" or \"or\")\nMatchMode2              = Optional - Type of matching (\"headings\", \"category\", \"pubcodes\", \"taxcodes\", \"taxterm\", \"taxterms\" or an iCarol allowed database field)\nMatchTerms2             = Optional - Keywords to match to matchMode field separated by vertical line |\n</code></pre><h4 id=\"results\">Results</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>SortOrder               = Sorts the results (\"best\", \"distance\" or \"name\" - default is \"best\")\nPageIndex               = Page of results (starting at 0, default is 0)\nPageSize                = Number of results per page (default is 25)\n</code></pre><h4 id=\"additional-parameters\">Additional Parameters</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>RequirePhysicalAddress  = Only return results with physical addresses (1 / 0, default 0)\nIncludeRecords          = Include additional records in match searches (comma seperated list of ResourceAgencyNums/IDs)\nIncludeRecordsMethod    = How to include these additional recodes (\"mix-in\" or \"score-high\")\nFields                  = Comma separated list of additional fields to return in query (must match internal allowed database fields)\n</code></pre><h4 id=\"please-note\">Please Note</h4>\n<ul>\n<li>The score assigned to records is based on several factors and this algorithm will be adjusted and improved over time.</li>\n<li>Results returned by coverage searches are always sorted by score.</li>\n<li>Wildcard * can be used for Term to return all records in the specified proximity or coverage area</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","search"],"host":["data","211support","org"],"query":[{"description":{"content":"<p>QueryApp API Key</p>\n","type":"text/plain"},"key":"key","value":"{{api_key}}"}],"variable":[]}},"response":[{"id":"1bfd22f1-738a-4806-ae18-35f4481bca08","name":"Example: Search for Taxonomy Term 'Food Banks' serving Toronto","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"Lang\": \"en\",\n\t\"Search\": \"match\",\n\t\"SearchType\": \"coverage\",\n\t\"MatchMode\": \"taxterm\",\n\t\"MatchTerms\": \"Food Banks\",\n\t\"Communities\": \"Toronto\",\n\t\"PageIndex\": 0,\n\t\"PageSize\": 10,\n\t\"Fields\": \"TaxonomyTerm\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://data.211support.org/api/v1/search?key={{api_key}}","protocol":"https","host":["data","211support","org"],"path":["api","v1","search"],"query":[{"key":"key","value":"{{api_key}}","description":"QueryApp API Key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Apr 2020 11:30:42 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.5"},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"117"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"RecordCount\": \"122\",\n    \"Records\": [\n        {\n            \"id\": 67498081,\n            \"ParentId\": 67498078,\n            \"PublicName\": \"6 St Joseph House - COVID-19 Food Access Programs\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": \"\",\n            \"Description\": \"<b>COVID-19 - Building closed and services limited * food hamper delivery and takeout meals available, as well as street outreach with food packages</b>   <br><br>\\r\\n\\r\\nNeighbourhood centre for creative enterprise and community learning * food access projects, community lunch * addiction recovery supports and supportive housing * mental health therapeutic supports * employment support * outreach, including street outreach * Yellow Door Learning Centre -- life skills, workshops, training and education * nutrition, yoga,   art, music, drama, gardening and wellness classes * community and social engagement * online mental health resource guide * volunteer opportunities * partnerships with other community agencies * supported by Seeds of Hope Foundation\",\n            \"Latitude\": 43.666044,\n            \"Longitude\": -79.385573,\n            \"PhysicalAddressStreet1\": \"6 St Joseph St\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M4Y 1J7\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-923-8836\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                }\n            ],\n            \"Website\": \"www.6stjoseph.ca\",\n            \"Email\": \"kcurry@6stjoseph.ca\",\n            \"Hours\": \"<b>COVID-19</b> - Takeout hot meals Tue, Thu 1 pm-4 pm * delivery of food hamper by appointment\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-08 00:00:00\",\n            \"TaxonomyTerm\": \"Community Meals; Food Banks; Grocery Delivery; Street Outreach Programs; Mental Health Drop In Centres; \"\n        },\n        {\n            \"id\": 67453144,\n            \"ParentId\": 67453138,\n            \"PublicName\": \"Agincourt Community Services Association - ACSA Scarborough Drop In South\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": \"\",\n            \"Description\": \"<b>COVID19</b> -- food bank and meals closed until further notice<b>Food programs</b> * food bank * meal program -- breakfast, hot lunch, snacks * dinner (Wednesday only) <b>Health programs</b> * foot care and general nurse * harm reduction supplies <b>Housing programs</b> * housing assistance * laundry * rent bank Member of Daily Bread Food Bank Member Agency of Toronto Drop-In Network (TDIN)\",\n            \"Latitude\": 43.743839,\n            \"Longitude\": -79.219681,\n            \"PhysicalAddressStreet1\": \"202 Markham Rd\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M1J 3C2\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-267-0115\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                }\n            ],\n            \"Website\": \"www.agincourtcommunityservices.com\",\n            \"Email\": \"kjenifer@agincourtcommunityservices.com\",\n            \"Hours\": \"<b>COVID19</b> Call ahead * temporary closure of meal and food bankSun-Mon, Thu 9 am-3 pm, Wed 1 pm-7 pm * <b>Food bank</b> -- Tue 9:30 am-12 noon, 1 pm-3 pm * centre closed Tue 12 noon-1 pm\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-03-25 00:00:00\",\n            \"TaxonomyTerm\": \"Food Banks; AIDS/HIV/STD Prevention Supplies; Community Meals; Drop In Centres for People at Risk; Laundry Facilities; Podiatry/Foot Care; Public Health Nursing; Housing Search Assistance; Rent Payment Assistance; \"\n        },\n        {\n            \"id\": 67453149,\n            \"ParentId\": 67453138,\n            \"PublicName\": \"Agincourt Community Services Association - Dorset Park Community Hub\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": \"\",\n            \"Description\": \"<b>COVID19</b> - Food Bank (prepackaged boxes) Open Wed-Fri 12:30 pm-4 pm * case management support to newcomers through phone and online platforms (e-mail, Zoom, Whatsapp, Video calls) * assistance to apply for EI for newcomers (permanent residents and convention refugees) 416-292-6912 ext 3Multiservice neighbourhood centre * food bank * community engagement projects * newcomer centre * seniors programs * financial literacy workshops <b>Food Bank</b> -- for Agincourt residents * by appointment only * member of Daily Bread Food Bank <b>Community Engagement Projects</b> -- Action for Neighbourhood Change Program (ANC) community development initiative, call for locations * Civic Awareness Project for ethnic communities to increase their knowledge and understanding of Canada <b>Newcomer Centre </b> -- needs assessment and Information and referral to community and social services * support with finding housing, child care, registering children in school and health care * help filling out government forms including housing and immigration sponsorship forms * help with connecting to language classes * Women's English Circle * workshops on financial literacy and other topics to reduce stress of adjusting to Canadian culture <b>Citizenship Preparation</b> -- offers courses, tests and activities to help newcomers prepare for the citizenship test <b>Language Instruction for Newcomers to Canada</b> -- provides basic language skills in English upon assessment by YMCA of Greater Toronto -- see separate entry * online learning option<b>Mentorship and Skills Building</b> -- offers permanent residents and convention refugees resume and job readiness help, employment counselling, skills and career development in specific fields including food service, customer service, cashier training to help newcomers get entry level jobs   Lead agency for Dorset Park Hub * other services provided by partner agencies including ACCESS Employment, Family Association for Mental Health Everywhere (FAME), John Howard Society of Toronto, VHA Home HealthCare, Youth LEAPS, Aisling Discoveries, Chinese Canadian Council, Madison Community Services, Extramile Ministries and Dorset Park Neighbourhood Association\",\n            \"Latitude\": 43.767431,\n            \"Longitude\": -79.280694,\n            \"PhysicalAddressStreet1\": \"1911 Kennedy Rd\",\n            \"PhysicalAddressStreet2\": \"Unit 105\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M1P 2L9\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-292-6912\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"416-292-6913\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"www.agincourtcommunityservices.com\",\n            \"Email\": \"info@agincourtcommunityservices.com\",\n            \"Hours\": \"<b>COVID19</b> - Food bank open Wed-Fri 12:30 pm-4 pm\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-01 00:00:00\",\n            \"TaxonomyTerm\": \"Citizenship Test Preparation; Newcomer Settlement Services; Financial Literacy Training; Food Banks; Neighbourhood Improvement Groups; Community Involvement Programs; Neighbourhood Multipurpose Centres; Computer and Related Technology Classes; Conversation Partners; Immigrant/Refugee Employment Programs; Agency Facility Space; Adult Mentoring Programs; Cultural Transition Counselling; English as a Second Language; Vocational English as a Second Language; Specialized Information and Referral; \"\n        },\n        {\n            \"id\": 67601740,\n            \"ParentId\": 67601737,\n            \"PublicName\": \"Agincourt Pentecostal Church Community Connections Food Bank\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": \"\",\n            \"Description\": \"<b>COVID19</b> -- Food bank and meal closedFood bank, household items and meal program * member of Daily Bread Food Bank\",\n            \"Latitude\": 43.802738,\n            \"Longitude\": -79.296818,\n            \"PhysicalAddressStreet1\": \"Agincourt Church; 2885 Kennedy Rd\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M1V 1S8\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-291-9575\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                }\n            ],\n            \"Website\": \"agincourt.church\",\n            \"Email\": \"info@onechurch.to\",\n            \"Hours\": \"<b>COVID19</b> -- Food bank and meal closed\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-14 00:00:00\",\n            \"TaxonomyTerm\": \"Community Meals; Food Banks; \"\n        },\n        {\n            \"id\": 67453791,\n            \"ParentId\": 67453788,\n            \"PublicName\": \"ANIDA Food Bank\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": \"\",\n            \"Description\": \"<b>COVID19 Update</b> -- Food Bank Open Thu 9 am-4 pm, phone 416-665-9964 ext 224Food bank * member of North York Harvest Food Bank\",\n            \"Latitude\": 43.772436,\n            \"Longitude\": -79.533033,\n            \"PhysicalAddressStreet1\": \"4401 Steeles Ave W\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M3N 2S4\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-667-9333\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                }\n            ],\n            \"Website\": \"www.anida.org\",\n            \"Email\": \"info@anida.org\",\n            \"Hours\": \"<b>COVID19 Update</b> -- Food Bank Open Thu 9 am-4 pm, phone 416-665-9964 ext 224\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-02 00:00:00\",\n            \"TaxonomyTerm\": \"Food Banks; \"\n        },\n        {\n            \"id\": 67604114,\n            \"ParentId\": 67604111,\n            \"PublicName\": \"Apostles Continuation Church International Food Bank\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": \"\",\n            \"Description\": \"<b>COVID19 Update</b> -- Food Bank CLOSEDFood bank * member of North York Harvest Food Bank\",\n            \"Latitude\": 43.705389,\n            \"Longitude\": -79.564734,\n            \"PhysicalAddressStreet1\": \"10 Belfield Rd\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M9W 1G1\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"Pastor 416-417-3540\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                }\n            ],\n            \"Website\": \"\",\n            \"Email\": \"jeffkb0567@gmail.com\",\n            \"Hours\": \"<b>COVID19</b> -- Food Bank CLOSEDThu 1 pm-3 pm\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-16 00:00:00\",\n            \"TaxonomyTerm\": \"Food Banks; \"\n        },\n        {\n            \"id\": 67603699,\n            \"ParentId\": 67603696,\n            \"PublicName\": \"Avenue Road Food Bank\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": \"\",\n            \"Description\": \"<b>COVID19</b> -- Food bank open Wed 3 pm-5 pm * pre-packaged food delivery option available * if experiencing symptoms send a friend or family member to pick up groceriesFood bank * member of Daily Bread Food Bank\",\n            \"Latitude\": 43.676942,\n            \"Longitude\": -79.397925,\n            \"PhysicalAddressStreet1\": \"Church of the Messiah; 240 Avenue Rd\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M5R 2J4\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-922-4371\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                }\n            ],\n            \"Website\": \"www.churchofthemessiah.ca\",\n            \"Email\": \"\",\n            \"Hours\": \"<b>COVID19</b> -- Food bank open Wed 3 pm-5 pm\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-16 00:00:00\",\n            \"TaxonomyTerm\": \"Food Banks; Grocery Delivery; \"\n        },\n        {\n            \"id\": 67497845,\n            \"ParentId\": 67497842,\n            \"PublicName\": \"Bethany Baptist Church Food Bank\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": \"\",\n            \"Description\": \"<b>COVID19</b> -- Food bank opened, serving outside * hot lunch temporarily closed<br><br>\\r\\n\\r\\nFood bank * lunch * member of Daily Bread Food Bank\",\n            \"Latitude\": 43.689245,\n            \"Longitude\": -79.348448,\n            \"PhysicalAddressStreet1\": \"1041 Pape Ave\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M4K 3W1\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-425-9472\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                }\n            ],\n            \"Website\": \"www.bethanychurcheastyork.com\",\n            \"Email\": \"bethanychurch@sympatico.ca\",\n            \"Hours\": \"<b>COVID19</b> -- Food bank open, serving outside - line up on Cosburn Ave, practice social distancing *  Thu 1:15 pm-2 pm * closed fifth Thursday of the month * hot lunch temporarily closed\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-09 00:00:00\",\n            \"TaxonomyTerm\": \"Food Banks; Community Meals; \"\n        },\n        {\n            \"id\": 67604081,\n            \"ParentId\": 67604078,\n            \"PublicName\": \"Bluffs Food Bank\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": \"\",\n            \"Description\": \"<b>COVID19</b> -- Food bank closedFood bank * member of Daily Bread Food Bank and Second Harvest Food Support Committee * gently used clothing and small household items at reasonable prices, income tax clinic, referrals, meal program for registered food bank clients only\",\n            \"Latitude\": 43.688073,\n            \"Longitude\": -79.271547,\n            \"PhysicalAddressStreet1\": \"Birchcliff Bluffs United Church; 33 East Rd\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M1N 1Z9\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"647-477-4149\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                }\n            ],\n            \"Website\": \"www.bluffsfoodbank.com\",\n            \"Email\": \"bluffsfood@gmail.com\",\n            \"Hours\": \"<b>COVID19</b> -- Food bank closedThu 1 pm-3:30 pm, 6 pm-7 pm by appointment * first time guests registered at 3 pm and 7 pm\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-16 00:00:00\",\n            \"TaxonomyTerm\": \"Food Banks; Thrift Shops; \"\n        },\n        {\n            \"id\": 67601918,\n            \"ParentId\": 67601909,\n            \"PublicName\": \"Canadian Red Cross, Toronto Branch\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": \"\",\n            \"Description\": \"<b>COVID19 Emergency Food -- 1-833-204-9952</b> - Food hamper delivery to residents 70 years and older only * mobile food bank open for registered clients until further notice * phone, email or apply online to request serviceDisaster management * humanitarian law promotion * first Contact Program for refugee claimants, homeless services, Meals on Wheels, transportation -- see branch listings for details <b>Mobile Food Bank, 416-236-3180</b> -- Monday-Friday 8:30 am-3 pm * delivers food to persons who are unable to access a food bank due to a permanent or temporary disability * intake assessment for eligibility <b>Restoring Family Links</b> -- tracing and reunion of family members after separation due to war, internal conflict, natural disaster, death or illness * after hours call 866-399-8412\",\n            \"Latitude\": 43.690094,\n            \"Longitude\": -79.57167,\n            \"PhysicalAddressStreet1\": \"557 Dixon Rd\",\n            \"PhysicalAddressStreet2\": \"Unit 110, 118 and 122\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M9W 6K1\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-480-2500\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"1-800-418-1111 * <b>COVID19 Emergency Food</b> 1-833-204-9952\",\n                    \"Name\": \"Toll Free\",\n                    \"Description\": \"\",\n                    \"Type\": \"Toll Free\"\n                },\n                {\n                    \"Phone\": \"416-480-2777\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"www.redcross.ca/in-your-community/ontario\",\n            \"Email\": \"toronto@redcross.ca\",\n            \"Hours\": \"<b>COVID19 Update</b> -- Mobile Food Bank open from Mon-Fri 8:30 am-4:30 pm\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-14 00:00:00\",\n            \"TaxonomyTerm\": \"Disaster Relief/Recovery Organizations; International Human Rights Programs; Disaster Survivor Inquiries; Food Banks; Grocery Delivery; \"\n        }\n    ]\n}"},{"id":"801ed98e-2a2c-4c98-a9cc-422d59d67a6d","name":"Example: Search for 'food banks' near downtown Toronto","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"Lang\": \"en\",\n\t\"Latitude\": 43.653225,\n\t\"Longitude\": -79.383186,\n\t\"Search\": \"term\",\n\t\"SearchType\": \"proximity\",\n\t\"Term\": \"food banks\",\n\t\"Distance\": 10,\n\t\"SortOrder\": \"best\",\n\t\"PageIndex\": 0,\n\t\"PageSize\": 20\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://data.211support.org/api/v1/search?key={{api_key}}","protocol":"https","host":["data","211support","org"],"path":["api","v1","search"],"query":[{"key":"key","value":"{{api_key}}","description":"QueryApp API Key"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"RecordCount\": \"118\",\n    \"Records\": [\n        {\n            \"id\": 67495239,\n            \"ParentId\": 67495234,\n            \"PublicName\": \"Toronto Council Fire Native Cultural Centre - Food Banks\",\n            \"Score\": 225,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 2,\n            \"Description\": \"<b>COVID19</b> -- Food bank open<br><br>\\r\\n\\r\\nFood bank * member of Daily Bread Food Bank\",\n            \"Latitude\": 43.659154,\n            \"Longitude\": -79.36618,\n            \"PhysicalAddressStreet1\": \"439 Dundas St E\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M5A 2B1\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-360-4350 ext 245\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"416-360-5978\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"www.councilfire.ca\",\n            \"Email\": \"info@councilfire.ca\",\n            \"Hours\": \"<b>COVID19</b> -- Food bank open * every other Thu 9:30 am-11:30 am - pick up at the Gathering Place, side entrance * call ahead for details  \",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-01 00:00:00\"\n        },\n        {\n            \"id\": 67603172,\n            \"ParentId\": 67603169,\n            \"PublicName\": \"Soso World Ministries Food Bank - Soso World Ministries Food Bank\",\n            \"Score\": 125,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 0,\n            \"Description\": \"Food bank\",\n            \"Latitude\": 43.653226,\n            \"Longitude\": -79.383184,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"647-448-7676\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                }\n            ],\n            \"Website\": \"www.sosoworldministries.com\",\n            \"Email\": \"garth@sosoworldministries.com\",\n            \"Hours\": \"<b>COVID19</b> --  682 Warden Ave, Wed 1 pm; 10 Glen Everest Rd Sat 12 noon\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-14 00:00:00\"\n        },\n        {\n            \"id\": 67498081,\n            \"ParentId\": 67498078,\n            \"PublicName\": \"6 St Joseph House - COVID-19 Food Access Programs\",\n            \"Score\": 125,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 1,\n            \"Description\": \"<b>COVID-19 - Building closed and services limited * food hamper delivery and takeout meals available, as well as street outreach with food packages</b>   <br><br>\\r\\n\\r\\nNeighbourhood centre for creative enterprise and community learning * food access projects, community lunch * addiction recovery supports and supportive housing * mental health therapeutic supports * employment support * outreach, including street outreach * Yellow Door Learning Centre -- life skills, workshops, training and education * nutrition, yoga,   art, music, drama, gardening and wellness classes * community and social engagement * online mental health resource guide * volunteer opportunities * partnerships with other community agencies * supported by Seeds of Hope Foundation\",\n            \"Latitude\": 43.666044,\n            \"Longitude\": -79.385573,\n            \"PhysicalAddressStreet1\": \"6 St Joseph St\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M4Y 1J7\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-923-8836\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                }\n            ],\n            \"Website\": \"www.6stjoseph.ca\",\n            \"Email\": \"kcurry@6stjoseph.ca\",\n            \"Hours\": \"<b>COVID-19</b> - Takeout hot meals Tue, Thu 1 pm-4 pm * delivery of food hamper by appointment\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-08 00:00:00\"\n        },\n        {\n            \"id\": 67601983,\n            \"ParentId\": 67601975,\n            \"PublicName\": \"Daily Bread Food Bank - Allan Gardens Food Bank\",\n            \"Score\": 125,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 1,\n            \"Description\": \"<b>COVID19</b> -- Food bank opened Thu-Fri 1 pm-3:30 pmFood bank\",\n            \"Latitude\": 43.662906,\n            \"Longitude\": -79.372736,\n            \"PhysicalAddressStreet1\": \"Saint Luke's United Church; 353 Sherbourne St\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M5A 2S3\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"Daily Bread Food Bank\",\n            \"MailingAddressStreet1\": \"Daily Bread Food Bank; 191 New Toronto St\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"Toronto\",\n            \"MailingAddressProvince\": \"ON\",\n            \"MailingAddressPostalCode\": \"M8V 2E7\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-924-9619\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"416-203-0049\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"www.dailybread.ca\",\n            \"Email\": \"allangardens@dailybread.ca\",\n            \"Hours\": \"<b>COVID19</b> -- Food bank opened Thu-Fri 12:30 pm-3 pm * serving outside\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-15 00:00:00\"\n        },\n        {\n            \"id\": 67603237,\n            \"ParentId\": 67603234,\n            \"PublicName\": \"Toronto People With AIDS Foundation - Toronto People With AIDS Foundation\",\n            \"Score\": 125,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 1,\n            \"Description\": \"<b>COVID19</b> -- limited services provided -- food bank, financial assistance, harm reduction, medication access, assistance with forms and referrals Mon-Fri 12 noon-4 pm * case managers continue to provide support * call or visit <a href=https://www.pwatoronto.org/>PWA website</a> for information</b>Treatment, practical support services, assistance navigating and accessing complex system of care, education and outreach<b>Treatment and therapeutic programs</b> -- one to one consultation on sexual health, medication and HIV information * medication access assistance * harm reduction information and supplies including needle exchange, crack kits, condoms and lube * complementary therapies including vitamin supplements, yoga, reiki, massage, acupuncture<b>Support programs</b> -- practical assistance and income supports including financial assistance, benefits assistance, internal and external referrals, advocacy, immigration assistance, holiday programs such as children's gift cards, hair-cutting services * assistance caring for pets, referral to veterinarian and short term foster program in partnership with Toronto Human Society * translation and interpretation services available, call for details<b>Food programs</b> -- <b>Essentials Market</b> food bank, including pet food (member of Daily Bread Food Bank) * <b>Food for Life</b> meal delivery * peer and professional food and nutrition workshops * new home start-up kits, holiday bags<b>Engagement programs</b> -- includes HIV/AIDS speakers bureau, safer sex educational materials, positive prevention outreach, peer leaders program and student peer education, women's programming, men's peer health navigator, Circle of Care, spiritual wellness, expressive arts therapy, holiday dinner and social programming, theatre access * volunteer training and opportunities\",\n            \"Latitude\": 43.661432,\n            \"Longitude\": -79.371766,\n            \"PhysicalAddressStreet1\": \"200 Gerrard St E\",\n            \"PhysicalAddressStreet2\": \"2nd Fl\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M5A 2E6\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-506-1400\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"416-506-1404\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"www.pwatoronto.org\",\n            \"Email\": \"info@pwatoronto.org\",\n            \"Hours\": \"<b>COVID19 - Toronto People With AIDS Foundation providing limited services -- food bank, financial assistance, harm reduction, medication access, assistance with forms and referrals available Mon-Fri 12 noon-4 pm</b>\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-16 00:00:00\"\n        },\n        {\n            \"id\": 67454185,\n            \"ParentId\": 67454180,\n            \"PublicName\": \"Native Women's Resource Centre of Toronto - Food bank\",\n            \"Score\": 125,\n            \"ServiceArea\": [\n                \"Toronto\",\n                \"Durham Region\",\n                \"Halton Region\",\n                \"Peel Region\",\n                \"York Region\"\n            ],\n            \"Distance\": 1,\n            \"Description\": \"<b>COVID19</b> -- All services suspended until further notice<b>Food Bank</b> -- for Aboriginal women and their families * emergency supply of milk and diapers * member of Daily Bread Food Bank\",\n            \"Latitude\": 43.660901,\n            \"Longitude\": -79.372559,\n            \"PhysicalAddressStreet1\": \"191 Gerrard St E\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M5A 2E5\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-963-9963\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"416-963-5062\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"www.nwrct.ca\",\n            \"Email\": \"info@nwrct.ca\",\n            \"Hours\": \"<b>COVID19 Update</b> -- Mon-Fri 10 am-4:30 pm * <b>Food Bank</b> -- Fri 10 am-12 noon\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-02 00:00:00\"\n        },\n        {\n            \"id\": 67609435,\n            \"ParentId\": 67609424,\n            \"PublicName\": \"Women's Health in Women's Hands Community Health Centre - Women's Health in Women's Hands Community Health Centre\",\n            \"Score\": 125,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 1,\n            \"Description\": \"<b>COVID19</b> -- essential primary care available on site -- call ahead, non-essential service available by phone * Food bank -- hampers available for pick up, Tuesday 2 pm-4 pm, Thursday 10 am-12 noon * group activities cancelledCommunity health centre * information and referral * primary health care * reproductive health care * prenatal and postnatal workshops * pre-abortion and post-abortion counselling * advocacy assistance * individual and group mental health counselling * nutritional counselling * foot care * diabetes prevention and education * HIV/AIDS prevention, education and advocacy * health promotion workshops * healthy living programmes * no Ontario Health Insurance required for primary health care services<b>Food Bank</b> - Member of Daily Bread Food Bank<B>Diabetes Education Program</B> - <b>COVID19</b> -- essential primary care available on site -- call ahead, non-essential service available by phone * Food bank -- hampers available for pick up, Tuesday 2 pm-4 pm, Thursday 10 am-12 noon * group activities cancelled<B>HIV/AIDS Services</B> - <b>COVID19</b> -- essential primary care available on site -- call ahead, non-essential service available by phone * Food bank -- hampers available for pick up, Tuesday 2 pm-4 pm, Thursday 10 am-12 noon * group activities cancelled<B>Mental Health Services</B> - <b>COVID19</b> -- essential primary care available on site -- call ahead, non-essential service available by phone * Food bank -- hampers available for pick up, Tuesday 2 pm-4 pm, Thursday 10 am-12 noon * group activities cancelled<B>Pre/Post Natal Link</B> - Offers interdisciplinary classes to prepare women for the birth of their new children * provide education of healthy birthing, labour and delivery, relaxation, exercise, nutrition, baby care and breast feeding, Midwifery care\",\n            \"Latitude\": 43.6617,\n            \"Longitude\": -79.3828,\n            \"PhysicalAddressStreet1\": \"2 Carlton St\",\n            \"PhysicalAddressStreet2\": \"Suite 500\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M5B 1J3\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-593-7655\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"416-593-5867\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"www.whiwh.com\",\n            \"Email\": \"info@whiwh.com\",\n            \"Hours\": \"<b>COVID19</b> -- open at reduced service levelMon-Fri 9am-5pm\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-15 00:00:00\"\n        },\n        {\n            \"id\": 67455704,\n            \"ParentId\": 67455701,\n            \"PublicName\": \"Scott Mission - Scott Mission\",\n            \"Score\": 125,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 2,\n            \"Description\": \"<b>COVID19</b> -- Food bank closed but take out meals at laneway door at south end of building<br><br>\\r\\n\\r\\nFaith-based street mission, includes support and provisions such as meal programs, food bank, overnight shelter, ID clinic, men's and women's ministries, recreation programs, and child care<br> <br>\\r\\n\\r\\n<b>Food programs</b> -- hot meal * also bag lunches<br> <br> \\r\\n\\r\\n<b>Children and youth</b> -- after school clubs * summer camp at Caledon * licensed child care centre -- see separate entry<br> <br> \\r\\n\\r\\n<b>Men's Ministry</b> 416-923-8872 ext 232  -- overnight shelter, including supper and breakfast * clothing * counselling * support groups * laundry and shower facilities -- call for times * seasonal income tax clinic available upon request * films, outings, games * Bible discussion group -- call for times<br> <br> \\r\\n\\r\\n<b>Women and Family Ministry</b> 416-923-3916 -- food and clothing bank by appointment * for women and their families or single fathers with custody of children * baby food and formula * member of Daily Bread Food Bank * layettes for newborns * household items, bedding * supportive counselling and referrals * Christmas grocery and toy program<br><br>Member agency of Toronto Drop-in Network (TDIN)\",\n            \"Latitude\": 43.65863,\n            \"Longitude\": -79.400741,\n            \"PhysicalAddressStreet1\": \"502 Spadina Ave\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M5S 2H1\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"General Inquiries 416-923-8872 ; Women and Family Food and Clothing Bank 416-923-3916 ; Donation Line 416-923-2400\",\n                    \"Name\": \"Office\",\n                    \"Description\": \"\",\n                    \"Type\": \"\"\n                },\n                {\n                    \"Phone\": \"416-923-1067\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"www.scottmission.com\",\n            \"Email\": \"info@scottmission.com\",\n            \"Hours\": \"<b>COVID19</b> -- Food bank closed but takeout meals available Mon-Sat at 10:30 am and 11:30 am * Mon-Fri 4 pm, Sun 8:45 am-9:45 * pick up at laneway door at south end of building * Shelter Open\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-14 08:07:34\"\n        },\n        {\n            \"id\": 67608836,\n            \"ParentId\": 67608833,\n            \"PublicName\": \"Fellowship Baptist Church, Burford - Fellowship Baptist Church, Burford\",\n            \"Score\": 125,\n            \"ServiceArea\": [\n                \"Brantford\",\n                \"Brant County\"\n            ],\n            \"Distance\": 1,\n            \"Description\": \"Baptist churchServices for children and youth: * Awana Kids Club for 4-12 years* small groups - all ages* kid's church for 3-8 years* Kidsmatter@Fellowship* summer daily vacation Bible school for 5-12 years* weekly youth programs for 12-18 yearsServices for adults:* Bible studies* yearly men's conference* special events for women* occasional parenting seminars * community food bank\",\n            \"Latitude\": 43.649478,\n            \"Longitude\": -79.375434,\n            \"PhysicalAddressStreet1\": \"67 King St E\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Brant\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"N0E 1A0\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"PO Box 283, 67 King St\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"Burford\",\n            \"MailingAddressProvince\": \"ON\",\n            \"MailingAddressPostalCode\": \"N0E 1A0\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"519-449-5315\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                }\n            ],\n            \"Website\": \"www.fellowshipburford.com\",\n            \"Email\": \"office@fellowshipburford.com\",\n            \"Hours\": \"Burford Community Food Bank - second & fourth Mon monthly from 4 pm-5 pm, or by appointment\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-16 00:00:00\"\n        },\n        {\n            \"id\": 67495257,\n            \"ParentId\": 67495246,\n            \"PublicName\": \"Covenant House Toronto - Covenant House Toronto\",\n            \"Score\": 125,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 1,\n            \"Description\": \"<b>COVID-19 - all programs but shelter temporarily closed * takeaway meals available during former drop in hours * new screening/hygiene procedures at shelter</b>  <br><br>\\r\\n\\r\\nCrisis intervention centre * residential, non-residential and community support services * education * pastoral ministry * runaway prevention program * day program * community youth meal programs<br><br>\\r\\n\\r\\n<b>Community Support Services, 416-204-7037</b> -- drop-in for ex-residents and non-residents * hot meal or food package (member of Daily Bread Food Bank) * clothing * hygiene necessities * showers * laundry * assessment and referrals * counselling * health care * housing help * literacy * life skills * assistance in finding and keeping a job * legal resources * recreation * computers and free wifi * ID clinic<br><br>\\r\\n\\r\\n<b>Health Care Services</b> -- primary medical care * diagnostic services * health education * assistance in obtaining medical coverage * referrals * access to family practice doctor and psychiatrist<br><br>\\r\\n\\r\\n<b><a href=\\\"http://Cov4Youth.ca\\\">Cov4Youth.ca</a></b>, help@covenanthouse.ca -- online information, fact sheets and advice on youth issues and homelessness * searchable resource directory of services<br><br>\\r\\n\\r\\nLife skills support for high-risk students attending alternative educational programs at <a href=\\\"https://www.tcdsb.org/ProgramsServices/BoardServices/Section23/Pages/default.aspx\\\">Sheppard Centre Catholic School</a>, in partnership with Toronto Catholic District School Board (see separate listing)<br><br>\\r\\n\\r\\nMember agency of Toronto Drop-in Network (TDIN)\",\n            \"Latitude\": 43.659225,\n            \"Longitude\": -79.381411,\n            \"PhysicalAddressStreet1\": \"20 Gerrard St E\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M5B 2P3\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-598-4898\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"1-800-435-7308\",\n                    \"Name\": \"Toll Free\",\n                    \"Description\": \"\",\n                    \"Type\": \"Toll Free\"\n                },\n                {\n                    \"Phone\": \"Emergency Intake 416-593-4849\",\n                    \"Name\": \"Crisis Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Crisis Line\"\n                },\n                {\n                    \"Phone\": \"416-204-7030\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"www.covenanthousetoronto.ca\",\n            \"Email\": \"general@covenanthouse.ca\",\n            \"Hours\": \"<b>COVID19</b> -- all programs but shelter temporarily suspended * takeaway meals available Mon-Sun 11:30am-7pm but regular drop in closed\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-03 00:00:00\"\n        },\n        {\n            \"id\": 67457444,\n            \"ParentId\": 67457441,\n            \"PublicName\": \"Ryerson University Students' Union - Community Food Bank\",\n            \"Score\": 125,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 1,\n            \"Description\": \"<b>COVID-19</b> -- ClosedFood bank (member of Daily Bread Food Bank) * Good Food Box distribution -- see separate entry FoodShare * recipes and nutrition information * general community information and referrals\",\n            \"Latitude\": 43.657712,\n            \"Longitude\": -79.378265,\n            \"PhysicalAddressStreet1\": \"Equity Services Centre; 55 Gould St\",\n            \"PhysicalAddressStreet2\": \"Rm SCC-209\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M5B 1E9\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-979-5255 ext 2319\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"416-979-5260\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"ryegfc.rsuequity.ca\",\n            \"Email\": \"foodcentre@rsuonline.ca\",\n            \"Hours\": \"<b>COVID19</b> -- ClosedVary -- call for details\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-02 00:00:00\"\n        },\n        {\n            \"id\": 67603727,\n            \"ParentId\": 67603724,\n            \"PublicName\": \"Toronto Cares - COVID-19 Grocery Delivery\",\n            \"Score\": 125,\n            \"ServiceArea\": [\n                \"Brampton\",\n                \"Oakville\",\n                \"Toronto\"\n            ],\n            \"Distance\": 0,\n            \"Description\": \"<b>COVID19</b> -- Grocery hampers delivered by volunteers, usually within 7-10 days * hampers contain perishable and non-perishable food, baby supplies, toiletry items, pet food (cat/dog) * toys/crafts/games -- contact for information * resource team - information on local programs and services\",\n            \"Latitude\": 43.653226,\n            \"Longitude\": -79.383184,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"807-701-5198\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                }\n            ],\n            \"Website\": \"toronto-cares.ca\",\n            \"Email\": \"helping.toronto.2020@gmail.com\",\n            \"Hours\": \"<b>COVID19</b> -- Mon-Sun 7 am-9 pm\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-16 00:00:00\"\n        },\n        {\n            \"id\": 67603719,\n            \"ParentId\": 67603716,\n            \"PublicName\": \"Hand Up Toronto For Kids - COVID-19 Breakfast Care Package\",\n            \"Score\": 125,\n            \"ServiceArea\": [\n                \"Toronto\",\n                \"Peel Region\",\n                \"York Region\"\n            ],\n            \"Distance\": 0,\n            \"Description\": \"<b>COVID-19</b> Breakfast care package delivery * package up to $25 generally includes milk, bananas, bread, eggs, cereal, oatmeal, yogurt -- contents may vary * partners with local store to order and delivery package, or arrange pick-up\",\n            \"Latitude\": 43.653226,\n            \"Longitude\": -79.383184,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [],\n            \"Website\": \"handuptoronto.org\",\n            \"Email\": \"info@handuptoronto.org\",\n            \"Hours\": \"Varies -- wait list available online\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-15 00:00:00\"\n        },\n        {\n            \"id\": 67425159,\n            \"ParentId\": 67425147,\n            \"PublicName\": \"Salvation Army, Immigrant and Refugee Services - Main Office\",\n            \"Score\": 100,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 1,\n            \"Description\": \"<b>COVID19</b> -- business as normal but all appointments conducted by phone or video chat, no in-person service, ESL classes and drop-in cancelled, call for appointment<br><br>Immigration and Settlement Services<br>\\r\\nInformation and referral -- for many areas including immigration,  food banks or vouchers and furniture and clothing banks, orientation with information such as Ontario driver\\u0092s licence or the public library system and other services, international academic credential assessments, information about labour markets and licensing as well as referrals to employment centres, health or dental services, assistance with utility bills (hydro, gas) * form filling and application assistance for visas, sponsorship applications, refugee claims including assistance for rejected refugees, permanent residency applications or for Permanent Resident cards and Canadian citizenship certificates\\r\\n<br><br>\\r\\n\\r\\nCommunity<br>\\r\\nHousing assistance including subsidy applications * assistance looking for places to rent * connections with emergency shelters * help filling provincial or federal government forms including Ontario Works or other support programs or city recreation programs and subsidy registration * employment assistance including resume and cover letters * help with job bank databases * English as a Second Language (ESL) course regardless of immigration status (Toronto downtown) * help registering children at school * referrals for counselling and spiritual support<br><br>\\r\\n\\r\\nAlso chaplaincy at Immigration and Refugee Board of Canada, Immigration Holding Centre\",\n            \"Latitude\": 43.655255,\n            \"Longitude\": -79.374035,\n            \"PhysicalAddressStreet1\": \"Toronto Harbour Light Ministries; 160 Jarvis St\",\n            \"PhysicalAddressStreet2\": \"Unit 132\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M5B 2E1\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"416-682-2498\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"416-360-8736\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"www.torontoharbourlight.ca/immigrant-refugee-services/\",\n            \"Email\": \"settlementworker@harbourlight.org\",\n            \"Hours\": \"<b>COVID19</b> -- no walk-in service Mon-Fri 8:30 am-4 pm\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-03-24 00:00:00\"\n        },\n        {\n            \"id\": 67495556,\n            \"ParentId\": 67495553,\n            \"PublicName\": \"Toronto. Employment and Social Services - Ontario Works\",\n            \"Score\": 100,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 1,\n            \"Description\": \"<b>COVID-19 Emergency Benefit</b><br>\\r\\nOne-time benefit for people receiving Ontario Works (OW) or Ontario Disability Support Program (ODSP) who have additional costs related to COVID-19 such as hygiene and personal protective supplies, cleaning supplies, non-medical transportation or additional costs for staple foods * single person up to $100, family up to $200<br><br>\\r\\nPeople receiving Ontario Works who request support with COVID-19 related costs in March or April 2020 can apply by calling one of following locations, Monday-Friday 8:30 am-4:30 pm:<br>\\r\\nMetro Hall Employment and Social Services  416-392-2600<br>\\r\\nScarborough Village Employment and Social Services 416-392-2800<br>\\r\\n York Humber Employment and Social Services 416-392-6200<br><br>\\r\\nThose receiving ODSP can request this benefit to help with COVID-19 related cost by calling their ODSP office<br><br>\\r\\n-------------------    -------------------<br><br>\\r\\n<b>Client Services and Information Unit 416-338-8888, option 3, then option 7 </b>-- information on Ontario Works, including legislation and procedures * assistance with resolution of issues between OW clients and staff<br><br>\\r\\n<b>Interactive Voice Response (IVR) 1-800-808-2268</b>, Mon-Fri 8 am-9 pm, Sat-Sun noon-5 pm -- automated information, payment details, file status * service not available to TTY users<br><br>\\r\\n<b>Right Pay Card</b> -- payment method for Ontario Works clients who do not have bank accounts * cardholder support at 1-855-232-0675, TTY 1-800-833-1213, <a href=\\\"http://www.rbcrightpay.com \\\">www.rbcrightpay.com </a><br><br>\\r\\n<b>Financial Assistance</b><br>\\r\\nMonthly allowance based on family size, housing costs and income * prescription drug coverage under the Ontario Drug Benefit Program * health benefits including medical supplies, sensory and mobility aids, medical transportation * discretionary benefits may include dentures, emergency dental services, eyeglasses, prosthetic devices, funerals and burials <br><br>\\r\\n<b>Housing Stabilization Fund</b> -- help with rent and energy arrears, rent deposit, moving costs and essential furniture * <b>Employment Start-Up Benefit </b>-- covers costs related to starting a job or work placement * <b>Families with Children</b> -- newborn child allowance, child care start-up costs, basic dental care for children<br><br>\\r\\n<b>Social Supports</b><br>\\r\\nReferral to community and government services including child care, housing, addiction supports, health and mental health services, food banks, legal services, supports for youth, seniors and persons with disabilities * help in pursuing child or spousal support <br><br>\\r\\n<b>Employment Assistance</b> -- clients 18-65 years must participate in employment assistance activities unless they are living with a serious disability or illness, or caring for preschool children<br><br>\\r\\n<b>Employment Centre</b> -- walk-in job search centre * access to computers, Internet, social media, laser printer, scanner, photocopier, telephone * career planning * workshops * assistance with resumes and interview skills * resource materials, job banks, labour market information * referrals for education and upgrading, work and volunteer placements, self-employment and entrepreneurship<br><br>\\r\\n<b>Learning, Earning and Parenting (LEAP) </b>-- helps young parents finish high school, improve parenting skills, locate and maintain employment<br><br>\\r\\n<b>Employer Hotline 416-397-JOBS (5627) </b>-- for employers to post jobs<br><br>\\r\\n<b>Welfare Fraud Hotline 416-392-8980 </b>-- to report allegations of fraudulent collection of Ontario Works assistance<br><br>\\r\\n<a href=\\\"https://www.toronto.ca/community-people/employment-social-support/benefit-finder-tool/#0\\\"><b>Service and Benefit Finder</b></a> -- personalized list of benefits for child care, employment, housing and living expenses\",\n            \"Latitude\": 43.646089,\n            \"Longitude\": -79.388966,\n            \"PhysicalAddressStreet1\": \"Metro Hall; 55 John St\",\n            \"PhysicalAddressStreet2\": \"12th Fl\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M5V 3C6\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"55 John St\",\n            \"MailingAddressStreet2\": \"Stn 1123, 12th Fl\",\n            \"MailingAddressCity\": \"Toronto\",\n            \"MailingAddressProvince\": \"ON\",\n            \"MailingAddressPostalCode\": \"M5V 3C6\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"Employment and Social Services 416-392-8623 * Ontario Works Application Centre 416-338-8888\",\n                    \"Name\": \"Office\",\n                    \"Description\": \"\",\n                    \"Type\": \"\"\n                },\n                {\n                    \"Phone\": \"Interactive Voice Response (IVR) 1-800-808-2268 ; Ontario Works Application Centre 1-888-465-4478\",\n                    \"Name\": \"Toll Free\",\n                    \"Description\": \"\",\n                    \"Type\": \"Toll Free\"\n                },\n                {\n                    \"Phone\": \"416-392-4214\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                },\n                {\n                    \"Phone\": \"416-392-2823\",\n                    \"Name\": \"TTY\",\n                    \"Description\": \"\",\n                    \"Type\": \"TTY\"\n                }\n            ],\n            \"Website\": \"www.toronto.ca/humanservices\",\n            \"Email\": \"\",\n            \"Hours\": \"Mon-Fri 8:30 am-5 pm\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-09 00:00:00\"\n        },\n        {\n            \"id\": 67495617,\n            \"ParentId\": 67495614,\n            \"PublicName\": \"UHN Openlab - Friendly Neighbour Hotline\",\n            \"Score\": 100,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 0,\n            \"Description\": \"<b>Grocery shopping and delivery</b> -- limit of 8 items per order, cash payment preferred * grocery or household items purchased and delivered by trained volunteers * senior pays for purchases on delivery in building lobby or outside front entrance * <b>Please note:  groceries are not free</b> * agency does not make cold calls, or take credit card information prior to delivery of groceries * volunteers are not allowed to deliver beyond building lobby  <br><br>\\r\\n\\r\\n<b>Food banks pick up</b> -- volunteers able to pick up from food bank for seniors who have a food bank card, and where it can be confirmed that the location they regularly pick up from is open  <br><br>\\r\\n\\r\\n-- In partnership with University Health Network and <a href=\\\"https://www.211toronto.ca/\\\">211Central</a>\",\n            \"Latitude\": 43.653226,\n            \"Longitude\": -79.383184,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"1-855-581-9580\",\n                    \"Name\": \"Toll Free\",\n                    \"Description\": \"\",\n                    \"Type\": \"Toll Free\"\n                }\n            ],\n            \"Website\": \"uhnopenlab.ca/project/hotline\",\n            \"Email\": \"\",\n            \"Hours\": \"Mon-Fri 9 am-5 pm * closed Good Friday, April 10, service resumes Monday, April 13\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-08 00:00:00\"\n        },\n        {\n            \"id\": 67453516,\n            \"ParentId\": 67453513,\n            \"PublicName\": \"Central Neighbourhood House - Street Survivors Program\",\n            \"Score\": 100,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 1,\n            \"Description\": \"Individual support with transition from street life to permanent housing <b>Safe Seniors Layered Supports</b> -- case management and assistance with housing * follow-up to avoid relapse or loss of housing * connection to medical, dental, identification and legal services, access to food banks, transportation to appointment <b>Stroke Survivors Day Program</b> -- for stroke survivors and caregivers * social and recreation activities, lunch * small daily feeIn partnership with Streets to Homes program and various partnered agencies.\",\n            \"Latitude\": 43.660544,\n            \"Longitude\": -79.368951,\n            \"PhysicalAddressStreet1\": \"349 Ontario St\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M5A 2V8\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"Administration 416-925-4363 ; Workers' cell 416-891-0368 ; 416-891-4168\",\n                    \"Name\": \"Office\",\n                    \"Description\": \"\",\n                    \"Type\": \"\"\n                },\n                {\n                    \"Phone\": \"416-925-1545\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"www.cnh.on.ca\",\n            \"Email\": \"\",\n            \"Hours\": \"Mon-Fri 10 am-6 pm * <b>Stroke Survivors Day Program</b> -- Mon-Wed, Fri 9:30 am-3 pm\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-02 00:00:00\"\n        },\n        {\n            \"id\": 67603715,\n            \"ParentId\": 67603712,\n            \"PublicName\": \"Good Neighbour Project - COVID-19 Emergency Food Delivery\",\n            \"Score\": 100,\n            \"ServiceArea\": [\n                \"Toronto\",\n                \"Durham Region\",\n                \"Halton Region\",\n                \"Peel Region\",\n                \"York Region\"\n            ],\n            \"Distance\": 0,\n            \"Description\": \"<b>COVID-19</b> - Network of community members assisting with delivery of supplies and groceries, and connections to food banks\",\n            \"Latitude\": 43.653226,\n            \"Longitude\": -79.383184,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"647-873-2230\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                }\n            ],\n            \"Website\": \"www.facebook.com/groups/GoodNeighbourProject\",\n            \"Email\": \"info@goodneighbourproject.com\",\n            \"Hours\": \"<b>COVID-19</b> - Mon-Sun 8 am-8 pm -- appointment arranged with volunteer\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-15 00:00:00\"\n        },\n        {\n            \"id\": 67495589,\n            \"ParentId\": 67495553,\n            \"PublicName\": \"Toronto. Employment and Social Services - Ontario Works, Wellesley Place Office\",\n            \"Score\": 100,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 1,\n            \"Description\": \"<b>COVID-19 Emergency Benefit</b><br>\\r\\nOne-time benefit for people receiving Ontario Works (OW) or Ontario Disability Support Program (ODSP) who have additional costs related to COVID-19 such as hygiene and personal protective supplies, cleaning supplies, non-medical transportation or additional costs for staple foods * single person up to $100, family up to $200<br><br>\\r\\nPeople receiving Ontario Works who request support with COVID-19 related costs in March or April 2020 can apply by calling one of following locations, Monday-Friday 8:30 am-4:30 pm:<br>\\r\\nMetro Hall Employment and Social Services  416-392-2600<br>\\r\\nScarborough Village Employment and Social Services 416-392-2800<br>\\r\\n York Humber Employment and Social Services 416-392-6200<br><br>\\r\\nThose receiving ODSP can request this benefit to help with COVID-19 related cost by calling their ODSP office<br><br>\\r\\n-------------------    -------------------<br><br>\\r\\n<b>Client Services and Information Unit 416-338-8888, option 3, then option 7 </b>-- information on Ontario Works, including legislation and procedures * assistance with resolution of issues between OW clients and staff<br><br>\\r\\n<b>Interactive Voice Response (IVR) 1-800-808-2268</b>, Mon-Fri 8 am-9 pm, Sat-Sun noon-5 pm -- automated information, payment details, file status * service not available to TTY users<br><br>\\r\\n<b>Right Pay Card</b> -- payment method for Ontario Works clients who do not have bank accounts * cardholder support at 1-855-232-0675, TTY 1-800-833-1213, <a href=\\\"http://www.rbcrightpay.com \\\">www.rbcrightpay.com </a><br><br>\\r\\n<b>Financial Assistance</b><br>\\r\\nMonthly allowance based on family size, housing costs and income * prescription drug coverage under the Ontario Drug Benefit Program * health benefits including medical supplies, sensory and mobility aids, medical transportation * discretionary benefits may include dentures, emergency dental services, eyeglasses, prosthetic devices, funerals and burials <br><br>\\r\\n<b>Housing Stabilization Fund</b> -- help with rent and energy arrears, rent deposit, moving costs and essential furniture * <b>Employment Start-Up Benefit </b>-- covers costs related to starting a job or work placement * <b>Families with Children</b> -- newborn child allowance, child care start-up costs, basic dental care for children<br><br>\\r\\n<b>Social Supports</b><br>\\r\\nReferral to community and government services including child care, housing, addiction supports, health and mental health services, food banks, legal services, supports for youth, seniors and persons with disabilities * help in pursuing child or spousal support <br><br>\\r\\n<b>Employment Assistance</b> -- clients 18-65 years must participate in employment assistance activities unless they are living with a serious disability or illness, or caring for preschool children<br><br>\\r\\n<b>Employment Centre</b> -- walk-in job search centre * access to computers, Internet, social media, laser printer, scanner, photocopier, telephone * career planning * workshops * assistance with resumes and interview skills * resource materials, job banks, labour market information * referrals for education and upgrading, work and volunteer placements, self-employment and entrepreneurship<br><br>\\r\\n<b>Learning, Earning and Parenting (LEAP) </b>-- helps young parents finish high school, improve parenting skills, locate and maintain employment<br><br>\\r\\n<b>Employer Hotline 416-397-JOBS (5627) </b>-- for employers to post jobs<br><br>\\r\\n<b>Welfare Fraud Hotline 416-392-8980 </b>-- to report allegations of fraudulent collection of Ontario Works assistance<br><br><a href=\\\"https://www.toronto.ca/community-people/employment-social-support/benefit-finder-tool/#0\\\"><b>Service and Benefit Finder</b></a> -- personalized list of benefits for child care, employment, housing and living expenses\",\n            \"Latitude\": 43.665923,\n            \"Longitude\": -79.378526,\n            \"PhysicalAddressStreet1\": \"111 Wellesley St E\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M4Y 3A7\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"Ontario Works Application Centre 416-338-8888 ; Office 416-392-5300\",\n                    \"Name\": \"Office\",\n                    \"Description\": \"\",\n                    \"Type\": \"\"\n                },\n                {\n                    \"Phone\": \"Interactive Voice Response (IVR) 1-800-808-2268 ; Ontario Works Application Centre 1-888-465-4478\",\n                    \"Name\": \"Toll Free\",\n                    \"Description\": \"\",\n                    \"Type\": \"Toll Free\"\n                },\n                {\n                    \"Phone\": \"416-392-2823\",\n                    \"Name\": \"TTY\",\n                    \"Description\": \"\",\n                    \"Type\": \"TTY\"\n                }\n            ],\n            \"Website\": \"www.toronto.ca/community-people/employment-social-support/employment-support/toronto-employment-and-social-services-locations/wellesley-place-employment-social-services/\",\n            \"Email\": \"\",\n            \"Hours\": \"<b>COVID-19</b> -- office closed, applications can be made online or calling 416-338-8888Mon, Wed-Fri 8:30 am-5 pm; Tue 8:30 am-6 pm\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-09 00:00:00\"\n        },\n        {\n            \"id\": 67495598,\n            \"ParentId\": 67495553,\n            \"PublicName\": \"Toronto. Employment and Social Services - Ontario Works, Metro Hall Office\",\n            \"Score\": 100,\n            \"ServiceArea\": [\n                \"Toronto\"\n            ],\n            \"Distance\": 1,\n            \"Description\": \"<b>COVID-19 Emergency Benefit</b><br>\\r\\nOne-time benefit for people receiving Ontario Works (OW) or Ontario Disability Support Program (ODSP) who have additional costs related to COVID-19 such as hygiene and personal protective supplies, cleaning supplies, non-medical transportation or additional costs for staple foods * single person up to $100, family up to $200<br><br>\\r\\nPeople receiving Ontario Works who request support with COVID-19 related costs in March or April 2020 can apply by calling one of following locations, Monday-Friday 8:30 am-4:30 pm:<br>\\r\\nMetro Hall Employment and Social Services  416-392-2600<br>\\r\\nScarborough Village Employment and Social Services 416-392-2800<br>\\r\\n York Humber Employment and Social Services 416-392-6200<br><br>\\r\\nThose receiving ODSP can request this benefit to help with COVID-19 related cost by calling their ODSP office<br><br>\\r\\n-------------------    -------------------<br><br>\\r\\n<b>Client Services and Information Unit 416-338-8888, option 3, then option 7 </b>-- information on Ontario Works, including legislation and procedures * assistance with resolution of issues between OW clients and staff<br><br>\\r\\n<b>Interactive Voice Response (IVR) 1-800-808-2268</b>, Mon-Fri 8 am-9 pm, Sat-Sun noon-5 pm -- automated information, payment details, file status * service not available to TTY users<br><br>\\r\\n<b>Right Pay Card</b> -- payment method for Ontario Works clients who do not have bank accounts * cardholder support at 1-855-232-0675, TTY 1-800-833-1213, <a href=\\\"http://www.rbcrightpay.com \\\">www.rbcrightpay.com </a><br><br>\\r\\n<b>Financial Assistance</b><br>\\r\\nMonthly allowance based on family size, housing costs and income * prescription drug coverage under the Ontario Drug Benefit Program * health benefits including medical supplies, sensory and mobility aids, medical transportation * discretionary benefits may include dentures, emergency dental services, eyeglasses, prosthetic devices, funerals and burials <br><br>\\r\\n<b>Housing Stabilization Fund</b> -- help with rent and energy arrears, rent deposit, moving costs and essential furniture * <b>Employment Start-Up Benefit </b>-- covers costs related to starting a job or work placement * <b>Families with Children</b> -- newborn child allowance, child care start-up costs, basic dental care for children<br><br>\\r\\n<b>Social Supports</b><br>\\r\\nReferral to community and government services including child care, housing, addiction supports, health and mental health services, food banks, legal services, supports for youth, seniors and persons with disabilities * help in pursuing child or spousal support <br><br>\\r\\n<b>Employment Assistance</b> -- clients 18-65 years must participate in employment assistance activities unless they are living with a serious disability or illness, or caring for preschool children<br><br>\\r\\n<b>Employment Centre</b> -- walk-in job search centre * access to computers, Internet, social media, laser printer, scanner, photocopier, telephone * career planning * workshops * assistance with resumes and interview skills * resource materials, job banks, labour market information * referrals for education and upgrading, work and volunteer placements, self-employment and entrepreneurship<br><br>\\r\\n<b>Learning, Earning and Parenting (LEAP) </b>-- helps young parents finish high school, improve parenting skills, locate and maintain employment<br><br>\\r\\n<b>Employer Hotline 416-397-JOBS (5627) </b>-- for employers to post jobs<br><br>\\r\\n<b>Welfare Fraud Hotline 416-392-8980 </b>-- to report allegations of fraudulent collection of Ontario Works assistance<br><br><a href=\\\"https://www.toronto.ca/community-people/employment-social-support/benefit-finder-tool/#0\\\"><b>Service and Benefit Finder</b></a> -- personalized list of benefits for child care, employment, housing and living expenses\",\n            \"Latitude\": 43.646306,\n            \"Longitude\": -79.389311,\n            \"PhysicalAddressStreet1\": \"214 Wellington St W\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"Toronto\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"M5V 0L9\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"Ontario Works Application Centre 416-338-8888 ; Office 416-392-2600\",\n                    \"Name\": \"Office\",\n                    \"Description\": \"\",\n                    \"Type\": \"\"\n                },\n                {\n                    \"Phone\": \"Interactive Voice Response (IVR) 1-800-808-2268 ; Ontario Works Application Centre 1-888-465-4478\",\n                    \"Name\": \"Toll Free\",\n                    \"Description\": \"\",\n                    \"Type\": \"Toll Free\"\n                },\n                {\n                    \"Phone\": \"416-392-2823\",\n                    \"Name\": \"TTY\",\n                    \"Description\": \"\",\n                    \"Type\": \"TTY\"\n                }\n            ],\n            \"Website\": \"www.toronto.ca/community-people/employment-social-support/employment-support/toronto-employment-and-social-services-locations/metro-hall-employment-social-services-south-district-childrens-services/\",\n            \"Email\": \"\",\n            \"Hours\": \"<b>COVID-19</b> -- office open for phone serviceMon, Wed-Fri 8 am-5 pm; Tue 8 am-6 pm\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-09 00:00:00\"\n        }\n    ]\n}"}],"_postman_id":"e5f61525-5f87-4fbf-b453-dcd1792516da"},{"name":"Record Detail","id":"72606bae-91a6-4ae8-a77c-04d709f306a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.211support.org/api/v1/detail?key={{api_key}}&id={{RecordId}}","description":"<p>Retrieve a single record using the Record Id / ResourceAgencyNum. </p>\n","urlObject":{"protocol":"https","path":["api","v1","detail"],"host":["data","211support","org"],"query":[{"description":{"content":"<p>QueryApp API Key</p>\n","type":"text/plain"},"key":"key","value":"{{api_key}}"},{"description":{"content":"<p>Record ID / ResourceAgencyNum</p>\n","type":"text/plain"},"key":"id","value":"{{RecordId}}"}],"variable":[]}},"response":[{"id":"f40be04a-e22d-4db2-b223-b79280163587","name":"Example: Retrieve Record by Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.211support.org/api/v1/detail?key={{api_key}}&id=65303538","protocol":"https","host":["data","211support","org"],"path":["api","v1","detail"],"query":[{"key":"key","value":"{{api_key}}","description":"QueryApp API Key"},{"key":"id","value":"65303538","description":"Record ID / ResourceAgencyNum"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Apr 2020 11:42:14 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.5"},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"Content-Length","value":"2406"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 65303538,\n    \"ParentId\": 65303535,\n    \"PublicName\": \"Lakehead Social Planning Council - 211 Northern Region Contact Centre\",\n    \"Score\": 50,\n    \"ServiceArea\": [\n        \"Algoma District\",\n        \"Cochrane District\",\n        \"Kenora District\",\n        \"Manitoulin District\",\n        \"Nipissing District\",\n        \"Rainy River District\",\n        \"Sudbury District\",\n        \"Thunder Bay District\",\n        \"Timiskaming District\"\n    ],\n    \"Description\": \"<ul> <li>Functions as a comprehensive information and referral centre providing information on related government, community, health and social services</li> <li>Operates the 211 service for Northern Ontario</li> <li>Maintains a computerized database of human services</li> <li>Provides comprehensive information and referral over the telephone through the 211 service to assist persons in accessing appropriate programs and services</li> <li>Offers walk-in information and referral services</li></ul>\",\n    \"Latitude\": 48.383234,\n    \"Longitude\": -89.248139,\n    \"PhysicalAddressStreet1\": \"125 Syndicate Ave S\",\n    \"PhysicalAddressStreet2\": \"Suite 38\",\n    \"PhysicalAddressCity\": \"Thunder Bay\",\n    \"PhysicalAddressProvince\": \"ON\",\n    \"PhysicalAddressPostalCode\": \"P7E 6H8\",\n    \"PhysicalAddressCountry\": \"Canada\",\n    \"MailingAttentionName\": \"\",\n    \"MailingAddressStreet1\": \"\",\n    \"MailingAddressStreet2\": \"\",\n    \"MailingAddressCity\": \"\",\n    \"MailingAddressProvince\": \"\",\n    \"MailingAddressPostalCode\": \"\",\n    \"MailingAddressCountry\": \"Canada\",\n    \"PhoneNumbers\": [\n        {\n            \"Phone\": \"2-1-1\",\n            \"Name\": \"Helpline\",\n            \"Description\": \"Dial 211 anywhere in Ontario\",\n            \"Type\": \"\"\n        },\n        {\n            \"Phone\": \"1-866-624-1729\",\n            \"Name\": \"Toll Free Helpline\",\n            \"Description\": \"\",\n            \"Type\": \"\"\n        },\n        {\n            \"Phone\": \"807-624-1720\",\n            \"Name\": \"Administration\",\n            \"Description\": \"Lakehead Social Planning Council Office Number\",\n            \"Type\": \"\"\n        },\n        {\n            \"Phone\": \"1-877-586-5638\",\n            \"Name\": \"Toll Free Administration\",\n            \"Description\": \"\",\n            \"Type\": \"\"\n        },\n        {\n            \"Phone\": \"807-625-9427\",\n            \"Name\": \"Fax\",\n            \"Description\": \"\",\n            \"Type\": \"Fax\"\n        }\n    ],\n    \"Website\": \"www.211north.ca\",\n    \"Email\": \"questions@211north.ca\",\n    \"Hours\": \"Helpline Mon-Sun 24 hours * Walk-in Mon-Fri 8:30 am-12 noon, 1 pm-4:30 pm * Emails are responded to Mon-Fri 7 am-7 pm\",\n    \"Hours2\": \"\",\n    \"UpdatedOn\": \"2019-12-12 14:17:22\",\n    \"ConnectsToSiteNum\": 65303536,\n    \"ConnectsToProgramNum\": 65303537,\n    \"Languages\": \"Interpretive Services - As required\",\n    \"LanguagesList\": \"English\",\n    \"Eligibility\": \"No restrictions\",\n    \"DisabilitiesAccess\": \"Fully Accessible\",\n    \"DocumentsRequired\": \"\",\n    \"Contacts\": [],\n    \"RecordOwner\": \"211 Ontario North\",\n    \"Facebook\": \"http://www.facebook.com/211North\",\n    \"YouTube\": \"\",\n    \"Instagram\": \"\",\n    \"Twitter\": \"\",\n    \"LinkedIn\": \"\"\n}"}],"_postman_id":"72606bae-91a6-4ae8-a77c-04d709f306a7"},{"name":"Agency Detail (Record Family)","id":"c75c9091-d06c-4572-a7fa-4724cd320a1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://data.211support.org/api/v1/agency?key={{api_key}}&id={{RecordId}}","description":"<p>Retrieve a record family using the Record Id / ResourceAgencyNum. The Record Id can correspond to the agency, program, site or programatsite.</p>\n","urlObject":{"protocol":"https","path":["api","v1","agency"],"host":["data","211support","org"],"query":[{"description":{"content":"<p>QueryApp API Key</p>\n","type":"text/plain"},"key":"key","value":"{{api_key}}"},{"description":{"content":"<p>Record ID / ResourceAgencyNum</p>\n","type":"text/plain"},"key":"id","value":"{{RecordId}}"}],"variable":[]}},"response":[{"id":"0b54536b-0d72-415a-bb97-82c553bb67df","name":"Example: Retrieve Agency Detail by Record Id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://data.211support.org/api/v1/agency?key={{api_key}}&id=65303538","protocol":"https","host":["data","211support","org"],"path":["api","v1","agency"],"query":[{"key":"key","value":"{{api_key}}","description":"QueryApp API Key"},{"key":"id","value":"65303538","description":"Record ID / ResourceAgencyNum"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Apr 2020 11:42:52 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.3.5"},{"key":"X-Powered-By","value":"PHP/7.3.5"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"118"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"Agency\": [\n        {\n            \"id\": 65303535,\n            \"ParentId\": 0,\n            \"PublicName\": \"Lakehead Social Planning Council\",\n            \"Score\": 50,\n            \"ServiceArea\": \"\",\n            \"Description\": \"Brings people together to develop programs and services for the community.\",\n            \"Latitude\": 48.3817,\n            \"Longitude\": -89.2455,\n            \"PhysicalAddressStreet1\": \"125 Syndicate Ave S\",\n            \"PhysicalAddressStreet2\": \"Suite 38\",\n            \"PhysicalAddressCity\": \"Thunder Bay\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"P7E 6H8\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"125 Syndicate Ave S\",\n            \"MailingAddressStreet2\": \"Suite 38\",\n            \"MailingAddressCity\": \"Thunder Bay\",\n            \"MailingAddressProvince\": \"ON\",\n            \"MailingAddressPostalCode\": \"P7E 6H8\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"807-624-1720\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"1-877-586-5638\",\n                    \"Name\": \"Toll Free\",\n                    \"Description\": \"\",\n                    \"Type\": \"Toll Free\"\n                },\n                {\n                    \"Phone\": \"807-625-9427\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"www.lspc.ca\",\n            \"Email\": \"info@lspc.ca\",\n            \"Hours\": \"\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-03-31 08:30:24\",\n            \"ConnectsToSiteNum\": 0,\n            \"ConnectsToProgramNum\": 0,\n            \"Languages\": \"\",\n            \"LanguagesList\": \"\",\n            \"Eligibility\": \"\",\n            \"DisabilitiesAccess\": \"\",\n            \"DocumentsRequired\": \"\",\n            \"Contacts\": [\n                {\n                    \"Name\": \"Marie Klassen\",\n                    \"Title\": \"Director of Services\",\n                    \"Phone\": \"807-624-1721\",\n                    \"Email\": \"mklassen@tbaytel.net\"\n                }\n            ],\n            \"RecordOwner\": \"211 Ontario North\",\n            \"Facebook\": \"https://www.facebook.com/211North/\",\n            \"YouTube\": \"\",\n            \"Instagram\": \"\",\n            \"Twitter\": \"\",\n            \"LinkedIn\": \"\"\n        }\n    ],\n    \"Programs\": [\n        {\n            \"id\": 65303537,\n            \"ParentId\": 65303535,\n            \"PublicName\": \"211 Northern Region Contact Centre\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Algoma District\",\n                \"Cochrane District\",\n                \"Kenora District\",\n                \"Manitoulin District\",\n                \"Nipissing District\",\n                \"Rainy River District\",\n                \"Sudbury District\",\n                \"Thunder Bay District\",\n                \"Timiskaming District\"\n            ],\n            \"Description\": \"<ul> <li>Functions as a comprehensive information and referral centre providing information on related government, community, health and social services</li> <li>Operates the 211 service for Northern Ontario</li> <li>Maintains a computerized database of human services</li> <li>Provides comprehensive information and referral over the telephone through the 211 service to assist persons in accessing appropriate programs and services</li> <li>Offers walk-in information and referral services</li></ul>\",\n            \"Latitude\": 0,\n            \"Longitude\": 0,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"\",\n            \"PhysicalAddressProvince\": \"\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"2-1-1\",\n                    \"Name\": \"Helpline\",\n                    \"Description\": \"Dial 211 anywhere in Ontario\",\n                    \"Type\": \"\"\n                },\n                {\n                    \"Phone\": \"1-866-624-1729\",\n                    \"Name\": \"Toll Free Helpline\",\n                    \"Description\": \"\",\n                    \"Type\": \"\"\n                },\n                {\n                    \"Phone\": \"807-624-1720\",\n                    \"Name\": \"Administration\",\n                    \"Description\": \"Lakehead Social Planning Council Office Number\",\n                    \"Type\": \"\"\n                },\n                {\n                    \"Phone\": \"1-877-586-5638\",\n                    \"Name\": \"Toll Free Administration\",\n                    \"Description\": \"\",\n                    \"Type\": \"\"\n                },\n                {\n                    \"Phone\": \"807-625-9427\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"www.211north.ca\",\n            \"Email\": \"questions@211north.ca\",\n            \"Hours\": \"Helpline Mon-Sun 24 hours * Walk-in Mon-Fri 8:30 am-12 noon, 1 pm-4:30 pm * Emails are responded to Mon-Fri 7 am-7 pm\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-04-05 14:35:16\",\n            \"ConnectsToSiteNum\": 0,\n            \"ConnectsToProgramNum\": 0,\n            \"Languages\": \"Interpretive Services - As required\",\n            \"LanguagesList\": \"English\",\n            \"Eligibility\": \"No restrictions\",\n            \"DisabilitiesAccess\": \"\",\n            \"DocumentsRequired\": \"\",\n            \"Contacts\": [],\n            \"RecordOwner\": \"211 Ontario North\",\n            \"Facebook\": \"http://www.facebook.com/211North\",\n            \"YouTube\": \"\",\n            \"Instagram\": \"\",\n            \"Twitter\": \"\",\n            \"LinkedIn\": \"\"\n        },\n        {\n            \"id\": 65303541,\n            \"ParentId\": 65303535,\n            \"PublicName\": \"Community Access Program\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Thunder Bay\"\n            ],\n            \"Description\": \"<ul> <li>Provides individuals with access to the Internet</li> <li>Provides other services including faxing, photocopying, scanning and printing of documents</li></ul>\",\n            \"Latitude\": 0,\n            \"Longitude\": 0,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"\",\n            \"PhysicalAddressProvince\": \"\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"807-624-1720\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"1-877-586-5638\",\n                    \"Name\": \"Toll Free\",\n                    \"Description\": \"\",\n                    \"Type\": \"Toll Free\"\n                },\n                {\n                    \"Phone\": \"807-625-9427\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"\",\n            \"Email\": \"\",\n            \"Hours\": \"Closed from 12 noon-1 pm\",\n            \"Hours2\": \"Mon 10 am - 4 pm; Tue 10 am - 4 pm; Wed 10 am - 4 pm; Thu 10 am - 4 pm; Fri 10 am - 4 pm; \",\n            \"UpdatedOn\": \"2019-11-29 11:43:39\",\n            \"ConnectsToSiteNum\": 0,\n            \"ConnectsToProgramNum\": 0,\n            \"Languages\": \"\",\n            \"LanguagesList\": \"English\",\n            \"Eligibility\": \"16 year(s) and up\",\n            \"DisabilitiesAccess\": \"\",\n            \"DocumentsRequired\": \"\",\n            \"Contacts\": [],\n            \"RecordOwner\": \"211 Ontario North\",\n            \"Facebook\": \"http://www.facebook.com/lakeheadsocialplanningcouncil/\",\n            \"YouTube\": \"\",\n            \"Instagram\": \"\",\n            \"Twitter\": \"\",\n            \"LinkedIn\": \"\"\n        },\n        {\n            \"id\": 65303543,\n            \"ParentId\": 65303535,\n            \"PublicName\": \"LEAP Emergency Financial Assistance\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Thunder Bay\"\n            ],\n            \"Description\": \"<ul> <li>Provides financial assistance to individuals who are in arrears with Synergy North (formerly Thunder Bay Hydro)</li> <li>Offers assistance up to $500 towards arrears or $600 for electrically heated residences, paid directly to the utility company</li></ul>\",\n            \"Latitude\": 0,\n            \"Longitude\": 0,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"\",\n            \"PhysicalAddressProvince\": \"\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"807-624-1727\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"807-625-9427\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"\",\n            \"Email\": \"\",\n            \"Hours\": \"Closed during the lunch hour 12 noon-1 pm\",\n            \"Hours2\": \"Mon 8:30 am - 4:30 pm; Tue 8:30 am - 4:30 pm; Wed 8:30 am - 4:30 pm; Thu 8:30 am - 4:30 pm; Fri 8:30 am - 4:30 pm; \",\n            \"UpdatedOn\": \"2019-11-29 10:33:32\",\n            \"ConnectsToSiteNum\": 0,\n            \"ConnectsToProgramNum\": 0,\n            \"Languages\": \"\",\n            \"LanguagesList\": \"English\",\n            \"Eligibility\": \"<ul><li>Low-income individuals<br /><li>Must be an existing customer of the utility<br /><li>Individuals who are in arrears or have a disconnection notice<br /><li>Account must be in applicant's name</ul><br />Note: Individuals who are not able to sustain the energy costs following assistance will not be eligible\",\n            \"DisabilitiesAccess\": \"\",\n            \"DocumentsRequired\": \"The following documentation will be required:<ul><li>Current utility bill<li>Disconnection notice (if applicable) <li>2 pieces of ID for the applicant and 1 piece for all other household members<li>Copy of rental receipt, lease or mortgage document<li>Proof of household income for all members 18 years of age and older<li>Bank statement from the most recent month</ul>\",\n            \"Contacts\": [],\n            \"RecordOwner\": \"211 Ontario North\",\n            \"Facebook\": \"\",\n            \"YouTube\": \"\",\n            \"Instagram\": \"\",\n            \"Twitter\": \"\",\n            \"LinkedIn\": \"\"\n        },\n        {\n            \"id\": 65303539,\n            \"ParentId\": 65303535,\n            \"PublicName\": \"Phones for Families\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Thunder Bay\"\n            ],\n            \"Description\": \"Provides free home telephone service to eligible low income parents/guardians of children enrolled in either the Thunder Bay Catholic District School Board or the Lakehead District School Board\",\n            \"Latitude\": 0,\n            \"Longitude\": 0,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"\",\n            \"PhysicalAddressProvince\": \"\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"807-624-1720\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"1-877-586-5638\",\n                    \"Name\": \"Toll Free\",\n                    \"Description\": \"\",\n                    \"Type\": \"Toll Free\"\n                },\n                {\n                    \"Phone\": \"807-625-9427\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"\",\n            \"Email\": \"\",\n            \"Hours\": \"Closed during the lunch hour 12 noon-1 pm\",\n            \"Hours2\": \"Mon 8:30 am - 4:30 pm; Tue 8:30 am - 4:30 pm; Wed 8:30 am - 4:30 pm; Thu 8:30 am - 4:30 pm; Fri 8:30 am - 4:30 pm; \",\n            \"UpdatedOn\": \"2019-11-29 10:51:07\",\n            \"ConnectsToSiteNum\": 0,\n            \"ConnectsToProgramNum\": 0,\n            \"Languages\": \"\",\n            \"LanguagesList\": \"English\",\n            \"Eligibility\": \"School referral required <br />Low income families who:<br /><ul><li>Have at least one child registered at, and attending on a full time basis, a school in either the Lakehead District School Board or the Thunder Bay Catholic District School Board; AND<br /><li>Cannot connect or maintain telephone services on their own; AND<br /><li>Do not have an Emergency Contact telephone number on file with the school, or whose contact telephone number is to a friend, family member or pre-paid cellular telephone </ul><br />Exceptions to the above eligibility criteria may be reviewed on a case-by-case basis\",\n            \"DisabilitiesAccess\": \"\",\n            \"DocumentsRequired\": \"The following documentation is required:<ul><li>Proof of income for all household members ages 18 and older<li>Proof of rent or mortgage<li>Identification for all household members regardless of age </ul>\",\n            \"Contacts\": [],\n            \"RecordOwner\": \"211 Ontario North\",\n            \"Facebook\": \"\",\n            \"YouTube\": \"\",\n            \"Instagram\": \"\",\n            \"Twitter\": \"\",\n            \"LinkedIn\": \"\"\n        },\n        {\n            \"id\": 65303545,\n            \"ParentId\": 65303535,\n            \"PublicName\": \"Social Planning Council\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Thunder Bay\"\n            ],\n            \"Description\": \"<ul> <li>Conducts social research</li> <li>Brings people together to develop programs and services for the community</li> <li>Maintains a library with various print resources geared for the non-profit sector</li> <li>Serves as a host site for the Good Food Box Program</li> <li>Operates a Community Volunteer Income Tax Program</li> <li>Acts as an intake agency for the Ontario Electricity Support program (OESP)</li> <li>Offers assistance with filling out applications and forms, such as Canada Pension Plan (CPP) and Old Age Security (OAS) application forms</li></ul>\",\n            \"Latitude\": 0,\n            \"Longitude\": 0,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"\",\n            \"PhysicalAddressProvince\": \"\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [\n                {\n                    \"Phone\": \"807-624-1720\",\n                    \"Name\": \"Business Line\",\n                    \"Description\": \"\",\n                    \"Type\": \"Business Line\"\n                },\n                {\n                    \"Phone\": \"1-877-586-5638\",\n                    \"Name\": \"Toll Free\",\n                    \"Description\": \"\",\n                    \"Type\": \"Toll Free\"\n                },\n                {\n                    \"Phone\": \"807-625-9427\",\n                    \"Name\": \"Fax\",\n                    \"Description\": \"\",\n                    \"Type\": \"Fax\"\n                }\n            ],\n            \"Website\": \"\",\n            \"Email\": \"\",\n            \"Hours\": \"Closed during the lunch hour 12 noon-1 pm\",\n            \"Hours2\": \"Mon 8:30 am - 4:30 pm; Tue 8:30 am - 4:30 pm; Wed 8:30 am - 4:30 pm; Thu 8:30 am - 4:30 pm; Fri 8:30 am - 4:30 pm; \",\n            \"UpdatedOn\": \"2020-04-05 14:40:09\",\n            \"ConnectsToSiteNum\": 0,\n            \"ConnectsToProgramNum\": 0,\n            \"Languages\": \"\",\n            \"LanguagesList\": \"English\",\n            \"Eligibility\": \"Eligibility varies for the different programs; call for information\",\n            \"DisabilitiesAccess\": \"\",\n            \"DocumentsRequired\": \"\",\n            \"Contacts\": [],\n            \"RecordOwner\": \"211 Ontario North\",\n            \"Facebook\": \"https://www.facebook.com/211North/\",\n            \"YouTube\": \"\",\n            \"Instagram\": \"\",\n            \"Twitter\": \"\",\n            \"LinkedIn\": \"\"\n        }\n    ],\n    \"Sites\": [\n        {\n            \"id\": 65303536,\n            \"ParentId\": 65303535,\n            \"PublicName\": \"Lakehead Social Planning Council\",\n            \"Score\": 50,\n            \"ServiceArea\": \"\",\n            \"Description\": \"Located in Victoriaville Centre on Syndicate Ave S at Donald St E\",\n            \"Latitude\": 48.383234,\n            \"Longitude\": -89.248139,\n            \"PhysicalAddressStreet1\": \"125 Syndicate Ave S\",\n            \"PhysicalAddressStreet2\": \"Suite 38\",\n            \"PhysicalAddressCity\": \"Thunder Bay\",\n            \"PhysicalAddressProvince\": \"ON\",\n            \"PhysicalAddressPostalCode\": \"P7E 6H8\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [],\n            \"Website\": \"\",\n            \"Email\": \"\",\n            \"Hours\": \"\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2020-01-23 12:34:35\",\n            \"ConnectsToSiteNum\": 0,\n            \"ConnectsToProgramNum\": 0,\n            \"Languages\": \"English\",\n            \"LanguagesList\": \"\",\n            \"Eligibility\": \"\",\n            \"DisabilitiesAccess\": \"Fully Accessible\",\n            \"DocumentsRequired\": \"\",\n            \"Contacts\": [],\n            \"RecordOwner\": \"211 Ontario North\",\n            \"Facebook\": \"\",\n            \"YouTube\": \"\",\n            \"Instagram\": \"\",\n            \"Twitter\": \"\",\n            \"LinkedIn\": \"\"\n        }\n    ],\n    \"ProgramAtSites\": [\n        {\n            \"id\": 65303538,\n            \"ParentId\": 65303535,\n            \"PublicName\": \"211 Northern Region Contact Centre at Lakehead Social Planning Council\",\n            \"Score\": 50,\n            \"ServiceArea\": [],\n            \"Description\": \"\",\n            \"Latitude\": 0,\n            \"Longitude\": 0,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"\",\n            \"PhysicalAddressProvince\": \"\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [],\n            \"Website\": \"\",\n            \"Email\": \"\",\n            \"Hours\": \"\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2019-12-12 14:17:22\",\n            \"ConnectsToSiteNum\": 65303536,\n            \"ConnectsToProgramNum\": 65303537,\n            \"Languages\": \"\",\n            \"LanguagesList\": \"\",\n            \"Eligibility\": \"\",\n            \"DisabilitiesAccess\": \"\",\n            \"DocumentsRequired\": \"\",\n            \"Contacts\": [],\n            \"RecordOwner\": \"211 Ontario North\",\n            \"Facebook\": \"\",\n            \"YouTube\": \"\",\n            \"Instagram\": \"\",\n            \"Twitter\": \"\",\n            \"LinkedIn\": \"\"\n        },\n        {\n            \"id\": 65303542,\n            \"ParentId\": 65303535,\n            \"PublicName\": \"Community Access Program at Lakehead Social Planning Council\",\n            \"Score\": 50,\n            \"ServiceArea\": [],\n            \"Description\": \"\",\n            \"Latitude\": 0,\n            \"Longitude\": 0,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"\",\n            \"PhysicalAddressProvince\": \"\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [],\n            \"Website\": \"\",\n            \"Email\": \"\",\n            \"Hours\": \"\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2019-11-29 09:50:14\",\n            \"ConnectsToSiteNum\": 65303536,\n            \"ConnectsToProgramNum\": 65303541,\n            \"Languages\": \"\",\n            \"LanguagesList\": \"\",\n            \"Eligibility\": \"\",\n            \"DisabilitiesAccess\": \"\",\n            \"DocumentsRequired\": \"\",\n            \"Contacts\": [],\n            \"RecordOwner\": \"211 Ontario North\",\n            \"Facebook\": \"\",\n            \"YouTube\": \"\",\n            \"Instagram\": \"\",\n            \"Twitter\": \"\",\n            \"LinkedIn\": \"\"\n        },\n        {\n            \"id\": 65303544,\n            \"ParentId\": 65303535,\n            \"PublicName\": \"LEAP Emergency Financial Assistance at Lakehead Social Planning Council\",\n            \"Score\": 50,\n            \"ServiceArea\": [],\n            \"Description\": \"\",\n            \"Latitude\": 0,\n            \"Longitude\": 0,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"\",\n            \"PhysicalAddressProvince\": \"\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [],\n            \"Website\": \"\",\n            \"Email\": \"\",\n            \"Hours\": \"\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2019-11-29 10:36:10\",\n            \"ConnectsToSiteNum\": 65303536,\n            \"ConnectsToProgramNum\": 65303543,\n            \"Languages\": \"\",\n            \"LanguagesList\": \"\",\n            \"Eligibility\": \"\",\n            \"DisabilitiesAccess\": \"\",\n            \"DocumentsRequired\": \"\",\n            \"Contacts\": [],\n            \"RecordOwner\": \"211 Ontario North\",\n            \"Facebook\": \"\",\n            \"YouTube\": \"\",\n            \"Instagram\": \"\",\n            \"Twitter\": \"\",\n            \"LinkedIn\": \"\"\n        },\n        {\n            \"id\": 65303540,\n            \"ParentId\": 65303535,\n            \"PublicName\": \"Phones for Families at Lakehead Social Planning Council\",\n            \"Score\": 50,\n            \"ServiceArea\": [],\n            \"Description\": \"Provides free home telephone service to eligible low income parents/guardians of children enrolled in either the Thunder Bay Catholic District School Board or the Lakehead District School Board\",\n            \"Latitude\": 0,\n            \"Longitude\": 0,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"\",\n            \"PhysicalAddressProvince\": \"\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [],\n            \"Website\": \"\",\n            \"Email\": \"\",\n            \"Hours\": \"\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2019-11-29 10:52:09\",\n            \"ConnectsToSiteNum\": 65303536,\n            \"ConnectsToProgramNum\": 65303539,\n            \"Languages\": \"\",\n            \"LanguagesList\": \"\",\n            \"Eligibility\": \"School referral required <br><br>\\r<br />Low income families who:\\r<br /><ul><li>Have at least one child registered at, and attending on a full time basis, a school in either the Lakehead District School Board or the Thunder Bay Catholic District School Board; AND\\r<br /><li>Cannot connect or maintain telephone services on their own; AND\\r<br /><li>Do not have an Emergency Contact telephone number on file with the school, or whose contact telephone number is to a friend, family member or pre-paid cellular telephone </ul>\\r<br />Exceptions to the above eligibility criteria may be reviewed on a case-by-case basis\",\n            \"DisabilitiesAccess\": \"\",\n            \"DocumentsRequired\": \"\",\n            \"Contacts\": [],\n            \"RecordOwner\": \"211 Ontario North\",\n            \"Facebook\": \"\",\n            \"YouTube\": \"\",\n            \"Instagram\": \"\",\n            \"Twitter\": \"\",\n            \"LinkedIn\": \"\"\n        },\n        {\n            \"id\": 65303546,\n            \"ParentId\": 65303535,\n            \"PublicName\": \"Social Planning Council at Lakehead Social Planning Council\",\n            \"Score\": 50,\n            \"ServiceArea\": [\n                \"Thunder Bay\"\n            ],\n            \"Description\": \"\",\n            \"Latitude\": 0,\n            \"Longitude\": 0,\n            \"PhysicalAddressStreet1\": \"\",\n            \"PhysicalAddressStreet2\": \"\",\n            \"PhysicalAddressCity\": \"\",\n            \"PhysicalAddressProvince\": \"\",\n            \"PhysicalAddressPostalCode\": \"\",\n            \"PhysicalAddressCountry\": \"Canada\",\n            \"MailingAttentionName\": \"\",\n            \"MailingAddressStreet1\": \"\",\n            \"MailingAddressStreet2\": \"\",\n            \"MailingAddressCity\": \"\",\n            \"MailingAddressProvince\": \"\",\n            \"MailingAddressPostalCode\": \"\",\n            \"MailingAddressCountry\": \"Canada\",\n            \"PhoneNumbers\": [],\n            \"Website\": \"\",\n            \"Email\": \"\",\n            \"Hours\": \"\",\n            \"Hours2\": \"\",\n            \"UpdatedOn\": \"2019-11-29 11:03:49\",\n            \"ConnectsToSiteNum\": 65303536,\n            \"ConnectsToProgramNum\": 65303545,\n            \"Languages\": \"\",\n            \"LanguagesList\": \"\",\n            \"Eligibility\": \"\",\n            \"DisabilitiesAccess\": \"\",\n            \"DocumentsRequired\": \"\",\n            \"Contacts\": [],\n            \"RecordOwner\": \"211 Ontario North\",\n            \"Facebook\": \"\",\n            \"YouTube\": \"\",\n            \"Instagram\": \"\",\n            \"Twitter\": \"\",\n            \"LinkedIn\": \"\"\n        }\n    ]\n}"}],"_postman_id":"c75c9091-d06c-4572-a7fa-4724cd320a1c"}],"event":[{"listen":"prerequest","script":{"id":"14271265-636a-4561-806d-d140fb2aa890","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ed5aa65f-574a-4ad4-8a95-520a7c78998e","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api_key","value":"{{api_key}}"},{"key":"lang","value":"en/fr"},{"key":"search","value":"term/match"},{"key":"latitude","value":"0"},{"key":"longitude","value":"0"},{"key":"term","value":"search keywords"},{"key":"searchType","value":"coverage/proximity"},{"key":"matchMode","value":"headings/category/pubcodes/taxcodes/taxterm/taxterms"},{"key":"matchTerms","value":""},{"key":"matchMulti","value":"and/or"},{"key":"matchMode2","value":"headings/category/pubcodes/taxcodes/taxterm/taxterms"},{"key":"matchTerms2","value":""},{"key":"distance","value":"25"},{"key":"communities","value":""},{"key":"requirePhysicalAddress","value":"0"},{"key":"sortOrder","value":"best/distance/name"},{"key":"pageIndex","value":"0"},{"key":"pageSize","value":"10"},{"key":"includeRecords","value":"0"},{"key":"includeRecordsMethod","value":"mix-in"},{"key":"fields","value":""},{"key":"id","value":"{{RecordId}}"}]}