---
title: REST Reviews
meta_title: 'REST Reviews 2026: Details, Pricing, & Features | G2'
meta_description: Filter 12 reviews by the users' company size, role or industry to
  find out how REST works for a business like yours.
aggregate_rating:
  rating_value: 4.4
  review_count: 12
  scale: '5'
date_modified: '2026-05-05'
parent_category:
  name: Real Estate
  url: https://www.g2.com/categories/real-estate
---

# REST Reviews
**Vendor:** Real Estate Success Tools  
**Category:** [Real Estate Activities Management Software](https://www.g2.com/categories/real-estate-activities-management)  
**Average Rating:** 4.4/5.0  
**Total Reviews:** 12
## About REST
REST is a real estate agency software that has contact and property control panels to manage relationships and listings.




## REST Reviews
  ### 1. Defacto pattern for modern web communication

**Rating:** 5.0/5.0 stars

**Reviewed by:** Daniel M. | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 31, 2023

**What do you like best about REST?**

I like a lot that you can represent almost every structure in the world wit REST, also that thei knowledge is widespread around the dev world this makes easy to integrate it in a project with an increasing team size

**What do you dislike about REST?**

Sadly besides being understood by a lot of people, sometimes people dont understand the stateless part of it, or the logic of resources, so this makes the pattern difficult to follow

**What problems is REST solving and how is that benefiting you?**

I use rest almost every day to model and represent objects and information from all types of projects. It solves the need to standardize protocol communication by using them.

  ### 2. REST: Backbone of Web services

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** August 07, 2023

**What do you like best about REST?**

As I am using REST with the python, I am liking below features most.
- We can use REST with different laguages so that we can manage multiple services of same or different laguages in one application.
- We can also invoke the REST API intenally from one microservice to another.
- We can also use REST with HTTPS and oauth mechanism for security
- As REST doesn't maintain client state, We can simplify server logic

**What do you dislike about REST?**

Using the REST API We are not able to show real time communication and analytics as It requires http call

**What problems is REST solving and how is that benefiting you?**

Easy to manage microservices and interservice communication

  ### 3. REST is best!

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 27, 2023

**What do you like best about REST?**

REST is great for making concise URL endpoints to query a database backend. It's useful for making dynamic web apps. It is an ideal choice for developing cross platform APIs.

**What do you dislike about REST?**

Can sometimes be difficult choosing which stack to program with. Must always take security considerations in to mind when developing REST API endpoints.

**What problems is REST solving and how is that benefiting you?**

Using REST to query, update, add and delete objects from a database which populates a client facing frontend.

  ### 4. REST is widely used architecture for APIs development

**Rating:** 4.5/5.0 stars

**Reviewed by:** Aman K. | Lead- Digital Banking, Mid-Market (51-1000 emp.)

**Reviewed Date:** January 21, 2023

**What do you like best about REST?**

-Easy to implement using Jax-Rs or Jersey.  
-Documentation of APIs is easy to do
-Easy to learn and integrate with any third party system.
-Faster than SOAP APIs.

**What do you dislike about REST?**

-not easy to main state , especially within session.
- we can have maximum 1000 records for each request.
-Error reporting in Rest in not easy.

**What problems is REST solving and how is that benefiting you?**

-Design a system using Restfull APIs that can be exposed to third party systems to integrate with our system.

  ### 5. Rest API usage review

**Rating:** 4.5/5.0 stars

**Reviewed by:** Dhaval S. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 02, 2022

**What do you like best about REST?**

I have been used REST APIs since long time in my career and I like the way it work. In my projects I have used this to deliver expected data via endpoints to my analytical tool and it is working as expected.

**What do you dislike about REST?**

As of now no problem are there with Rest as in most of the cases it works very well. But yes we can work upon scalability of the rest.

**What problems is REST solving and how is that benefiting you?**

It helps me to deliver data via endpoints for my analytical tools. And this tool helps me to expand my buisness by the past data and predictions.

  ### 6. Review about REST service

**Rating:** 5.0/5.0 stars

**Reviewed by:** YASH P. | Senior Software Engineer, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 22, 2022

**What do you like best about REST?**

While iwas using soap before I introduced to rest web services. It's very easy to use this service to get and post the data to the server. Most important thing is that we just need to use the url of exposed rest service to interact with our database.

**What do you dislike about REST?**

The downside of this rest service that I think is that it's not tracking which user hit the request for the data. It just need to url to interact with the api service.

**What problems is REST solving and how is that benefiting you?**

While using with other Rest service the most important is that in which form the data is coming. And rest always gives us data in json form so we can use it in any system and other any kind of software. While it also delivere the real time refresh system and I think that is the most important thing while working on data.

  ### 7. Review about REST

**Rating:** 4.0/5.0 stars

**Reviewed by:** Neha S. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 22, 2022

**What do you like best about REST?**

I have used REST web services in Outsystems and for using a rest web service we do not require any external system to get and post the data. We can simply consume the API using REST.

**What do you dislike about REST?**

I am not sure about the dislike yet I haven't seen any but I have a question if there is any change in the REST API then do we need to refresh where we are consuming those API using REST or it will auto refresh.

**What problems is REST solving and how is that benefiting you?**

REST provides easy way to consume and expose the API using get and post method and it doesn't require much configuration so it is helping me to get the data in my projects..

  ### 8. The Client can directly call the HTTP Services exposed on a Server by sending HTTP requests.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Utilities | Mid-Market (51-1000 emp.)

**Reviewed Date:** May 24, 2022

**What do you like best about REST?**

The server and the client act independently of one another as long as the interface stays the same when processing a request and a response. The server exposes the REST API, and the client makes use of it.

**What do you dislike about REST?**

Needs some more features as compared to its alternative tool "Postman offers a web version as well as a desktop app". They need to inherit features like this.

**What problems is REST solving and how is that benefiting you?**

REST API testing and development tool help us to test our APIs as we build, starting from unit testing to integration testing and then fully automating our resting to create a regression pack.

  ### 9. REST review

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Hospital & Health Care | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 07, 2022

**What do you like best about REST?**

I have used your REST service and really like it. As g2 API returns 25 reviews per request. You can get all reviews from a single place by using the offset parameter and many more. But It's completely fine.

**What do you dislike about REST?**

Response time could be faster! Otherwise it works very well.

**Recommendations to others considering REST:**

The service and support is very good.

**What problems is REST solving and how is that benefiting you?**

No need to create a backend server in order to use REST API. we can use your REST service.

  ### 10. Simplify integration

**Rating:** 4.5/5.0 stars

**Reviewed by:** Sudama P. | Senior Cloud Ops Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** June 24, 2022

**What do you like best about REST?**

Rest encapsulates complexities and let consumers focus on business outcomes

**What do you dislike about REST?**

Sometimes connecting to old system like mainframe becomes little challenging.

**What problems is REST solving and how is that benefiting you?**

Rest is go to method for integration needs. Rest is letting us connect systems seamlessly and securely

  ### 11. REST

**Rating:** 4.5/5.0 stars

**Reviewed by:** Aditya A. | Salesforce Developer, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 24, 2022

**What do you like best about REST?**

It provides interaction with restful web services

**What do you dislike about REST?**

I can't say the dislikes but there are two API's REST and SOAP and both are useful in their way.

**What problems is REST solving and how is that benefiting you?**

I am integrating with other applications with the help of REST API

  ### 12. REST API

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Accounting | Mid-Market (51-1000 emp.)

**Reviewed Date:** July 22, 2022

**What do you like best about REST?**

I am using REST Api's extensively and it's the future of the tech world.

**What do you dislike about REST?**

Not now , but can improve for the response time.

**What problems is REST solving and how is that benefiting you?**

I am using it for my serverless lambda functions which works as a webhook and provide required data to the system.


## REST Discussions
  - [What is REST used for?](https://www.g2.com/discussions/what-is-rest-used-for)

- [View REST pricing details and edition comparison](https://www.g2.com/products/rest/reviews?section=pricing&secure%5Bexpires_at%5D=2026-07-03+12%3A38%3A05+-0500&secure%5Bsession_id%5D=61705471-135d-4e2b-ab91-2856c02a420d&secure%5Btoken%5D=0ace934d8bbe00e6ca238c26d909edfa638197cb6a243a8f682c7b56b4990a74&format=llm_user)

## REST Features
**Administrative**
- E-Signature Capabilities
- Document Management
- Contact Management

**Operational**
- Contract Management
- Communication Tools
- Transaction Management
- Mobile App
- Opportunity Tracking
- Agent Monitoring

## Top REST Alternatives
  - [BoldTrail](https://www.g2.com/products/boldtrail/reviews) - 4.5/5.0 (1,480 reviews)
  - [BoomTown](https://www.g2.com/products/boomtown/reviews) - 4.7/5.0 (564 reviews)
  - [Qualia](https://www.g2.com/products/qualia/reviews) - 4.7/5.0 (338 reviews)

