I can use this .../_api/Web/lists/getByTitle('abc')/items to get the SharePoint list items.
Also, I have created the some pages in SharePoint 2013 Site page.
How can I get the Site page content using an ASP.net MVC web application?
The following REST request demonstrates how to return pages from Site Pages library:
/_api/Web/Lists/getByTitle('Site Pages')/items
Since content pages in Site Pages library are wiki pages, the following REST request demonstrates how to retrieve page content:
/_api/Web/Lists/getByTitle('Site Pages')/items?$select=WikiField